https://github.com/bm-jsms/text_editor-py-tkinter
Text editor with python
https://github.com/bm-jsms/text_editor-py-tkinter
python tkinter
Last synced: about 2 months ago
JSON representation
Text editor with python
- Host: GitHub
- URL: https://github.com/bm-jsms/text_editor-py-tkinter
- Owner: bm-jsms
- Created: 2024-02-08T23:09:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-08T23:17:54.000Z (over 2 years ago)
- Last Synced: 2025-12-25T23:35:59.677Z (6 months ago)
- Topics: python, tkinter
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Run App
```cmd
python app.py
```
## Requirements
- tkinter
#### Install Tkinter
```cmd
pip install tk
```
#### Virtual Env
```cmd
python -m venv venv
venv/scripts/activate
pip install tk
```