Skip to main content

Write python language in chinese

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zhpy-0.2.zip (7.5 kB view hashes)

Uploaded Source

Built Distribution

zhpy-0.2-py2.5.egg (10.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page