# Pyfang **Repository Path**: pyfang/pyfang ## Basic Information - **Project Name**: Pyfang - **Description**: 一个基于Python与Pyinstaller的编程语言。 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-25 - **Last Updated**: 2022-04-16 ## Categories & Tags **Categories**: scripting-language **Tags**: None ## README # Pyfang Language ![GitHub](https://img.shields.io/github/license/fangcatchina/pyfang-language) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/fangcatchina/pyfang-language)](https://github.com/FangcatChina/Pyfang-Language/) ![GitHub last commit](https://img.shields.io/github/last-commit/fangcatchina/pyfang-language) ![GitHub Release Date](https://img.shields.io/github/release-date/fangcatchina/pyfang-language) [![Gitter](https://badges.gitter.im/fangcatchina-Pyfang-language/community.svg)](https://gitter.im/fangcatchina-Pyfang-language/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) ## 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) ![Raspberry-Pi](https://img.shields.io/badge/Raspberry%20Pi-Supported-brightgreen) ### .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是一个基于Python和Pyinstaller的编程语言。 ## 安装教程 直接双击运行 ## 使用说明 详见API文档 ## 特技 作者官方网站:[Click me](http://fangcatchina.gitee.io) ## 招贤纳士 我们需要一些在Python领域比较好的开发者,或者一些善于找BUG的一些人。如果你感兴趣,想加入的话,请在评论区中进行申请,申请时请说明您想要的职责。 ### 申请条件 开发者:至少有一个Python代码仓库且拥有发行版。 找BUG:在编程领域比较活跃的人员。 ## 开发提示 ### 独立运行 在我们的新仓库[Pyfang Standalone](http://gitee.com/Fangcatchina/pyfang-standalone)有可以让Pyfang文件独立运行的插件哦! ### 中文教程 详见我们的[Wiki](https://gitee.com/Fangcatchina/pyfang-language/wikis/Home)! ## Fork and Star us! ``` import time while True: print('Fork ang Star us!') print('在创作并收藏我们!') time.sleep(0.1) ```