Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 581 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 581 Bytes

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.md

Migrated from code.google.com/p/zhpy