Skip to content

gasolin/zhpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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