https://github.com/gasolin/zhpy
周蟒, 用中文化 python 語法寫程式
https://github.com/gasolin/zhpy
Last synced: 3 months ago
JSON representation
周蟒, 用中文化 python 語法寫程式
- Host: GitHub
- URL: https://github.com/gasolin/zhpy
- Owner: gasolin
- Created: 2015-08-08T12:08:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T09:11:35.000Z (over 5 years ago)
- Last Synced: 2025-04-08T11:03:14.968Z (3 months ago)
- Language: Python
- Homepage: https://pypi.python.org/pypi/zhpy
- Size: 414 KB
- Stars: 60
- Watchers: 8
- Forks: 12
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
Awesome Lists containing this project
README
# zhpy
周蟒, 用中文化 python 語法寫程式## 安裝
$ pip install -U zhpy
## 使用
安裝好後你可以立即試用周蟒中文 Python 直譯器. 試著在直譯器上輸入
```
印出 '哈囉, 世界'
``````
$ python interpreter.py
zhpy X.X in darwin on top of Python 2.X.X
>>> 印出 '哈囉, 世界'
哈囉, 世界
```這樣你就完成了你的第一個中文程式囉!
## 使用方法
https://github.com/gasolin/zhpy/blob/wiki/BasicUsage.md## 完整教學
https://github.com/gasolin/zhpy/blob/wiki/ByteOfZhpy.mdMigrated from code.google.com/p/zhpy