# Pyfang Standalone **Repository Path**: pyfang/pyfang-standalone ## Basic Information - **Project Name**: Pyfang Standalone - **Description**: 让Pyfang语言文件独立运行! - **Primary Language**: Python - **License**: Artistic-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-28 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Pyfang Standalone ![GitHub](https://img.shields.io/github/license/fangcatchina/pyfang-standalone) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/fangcatchina/pyfang-standalone)](https://github.com/FangcatChina/pyfang-standalone/) ![GitHub Release Date](https://img.shields.io/github/release-date/fangcatchina/pyfang-standalone) ![GitHub last commit](https://img.shields.io/github/last-commit/fangcatchina/pyfang-standalone) ## System Support/系统支持 ![Windows](https://img.shields.io/badge/Windows-Supported-brightgreen) ![Mac OS](https://img.shields.io/badge/Mac%20OS-Not%20Supported-orange) ![Linux](https://img.shields.io/badge/Linux-Not%20Supported-orange) ### .Py File ![Python](https://img.shields.io/badge/Python-3.7.3-blue) ![Windows](https://img.shields.io/badge/Windows-Supported-brightgreen) ![Mac OS](https://img.shields.io/badge/Mac%20OS-Supported-brightgreen) ![Linux](https://img.shields.io/badge/Linux-Supported-brightgreen) #### 介绍 让Pyfang语言文件独立运行! #### 软件架构 使用Pyfang源代码,保留了pyfangrun函数以及valuecheck函数并生成exe文件进行独立运行。 #### 安装教程 直接使用 #### 使用说明 1. 将主程序放入单独文件夹中 2. 在文件夹下新建file.pfr和while.con文件 3. 在file.pfr文件中写入Pyfang代码(必须使用File-Runner进行代码编写),在while.con中设置是否循环执行程序,是为True,否为False。 4. 双击主程序即可独立运行Pyfang程序。 #### 参与贡献 1. Fork 本仓库 2. 提交代码 3. 新建 Pull Request