# ZH-CN-Python-Code-Interpreter
**Repository Path**: Vmpy/ZH-CN-Python-Code-Interpreter
## Basic Information
- **Project Name**: ZH-CN-Python-Code-Interpreter
- **Description**: Don't be serious, just for fun.Zh-CN-PythonInterpreter (中文Python解释器)
- **Primary Language**: C++
- **License**: GPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-03-17
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# ZH-CN-Python-Code-Interpreter
Don't be serious, just for fun.
## 程序目的
为了让某些不想被英语关键词且母语为中文的人进行中文Python代码写作,使用之后,你可能会乖乖回去背单词.
美其名曰:中文Python解释器.
即:**面向Python解释器的中文解释器**.
Zh-PythonInterpreter (中文Python解释器)
## 程序特点
* [x] 支持中文的变量名.
* [ ] 完全翻译Python对应中文(比如:内建函数,类魔法方法...).
* [ ] 支持单引号.
* [x] 解决"请避免在字符串内输入'标准输入','标准输出'.否则会输出'print'.'input'"的问题
## 运行要求
1.Windows Dos系统.
2.向解释器写入运行Python文件时,直接键入文件名代表该文件位于解释器工作目录内,或者必须键入路径.
3.系统必须安装有Python3.x
## 关键字中英文对照文档
[点击查看](https://github.com/vmpy/ZH-CN-Python-code-Transform/blob/master/Document.md)