Skip to content

haloged/HaloChineseEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

光环中文编程编辑器

一个套壳Python的中文编辑器

使用方法

  1. 准备一个装有Python3.8以上版本的Pyhton环境
  2. 克隆本仓库
  3. 在仓库文件夹运行
python main.py

代码规范

目前编辑器支持以下语法:

关键词 Python 对应语法
输出 print
输入 input
如果 if
否则 else
导入 import
返回 return
函数 def
class
等于 ==
不等于 !=
大于 >
小于 <
大于等于 >=
小于等于 <=
并且 and
or
不是 not
循环 while
真的 True
假的 False
结束循环 break
结束本次循环 continue
系统工具 os
图形界面 tkinter
网络请求 requests
窗口 root
创建 Tk
标题 title
结束 mainloop
大小 geometry

更多语法添加中,欢迎PR.

代码示例

函数 文字:
  输出("你好世界")
文字()

联系我们

邮箱:[email protected]

本仓库使用使用 GPL v3 许可证.

灵感来源:https://www.bilibili.com/video/BV1QWpResE16

About

一个套壳Python的中文编辑器

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages