https://github.com/altalex531/pytexteditor
一个简单但具有语法高亮的Python文本编辑器
https://github.com/altalex531/pytexteditor
python python3 text-editor tkinter tkinter-gui tkinter-python
Last synced: about 1 year ago
JSON representation
一个简单但具有语法高亮的Python文本编辑器
- Host: GitHub
- URL: https://github.com/altalex531/pytexteditor
- Owner: ALTaleX531
- License: gpl-3.0
- Created: 2023-12-12T09:47:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T10:00:13.000Z (about 2 years ago)
- Last Synced: 2025-01-11T23:42:26.724Z (about 1 year ago)
- Topics: python, python3, text-editor, tkinter, tkinter-gui, tkinter-python
- Language: Python
- Homepage: https://cityu.edu.mo/zh/
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# PyTextEditor

### Python 图形界面文件编辑器
题目要求: 建立⼀个 GUI 程式,能给使⽤者编辑⽂字文档,并能够存档。
### 声明
这个仓库是CityU 计算机程式设计 第一学期的期末小组项目,我将它开源出来是为了记录我开发过程中遇到的困难和解决办法,也同时是为供后人借鉴和参考。
请不要直接抄袭该仓库