skip to navigation
skip to content

zhpy 0.2

Write python language in chinese

Latest Version: 1.7.2

zhpy is an toy convertor to translate chinese (Traditional and Simplified) python code to nature python code (english).

zhpy use pyparsing to detect chinese keywords, class name, methods, arguments, variables and translate them back to python.

zhpy refactored the origin code from HYRY.

Check examples here.

Install zhpy

You could use easy_install command to install zhpy:

$ easy_install zhpy

Usage

You could use zhpy instead of python in command line:

$ zhpy hello.py
hello, world!

You could assign a file name to export the zhpy source to the normal python source (english):

$ zhpy hello.py nhello.py

Then run the exported file as normal python source:

$ python nhello.py
hello, world!

Programming

You could mix original english keywords and Chinese keywords in your zhpy source.

Reserved keywords are listed here

File Type Py Version Uploaded on Size # downloads
zhpy-0.2.zip (md5) Source 2007-08-09 09:24:50 7KB 99
zhpy-0.2-py2.5.egg (md5) Python Egg 2.5 2007-08-09 09:24:47 10KB 370

Log in to rate this package.