An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![example photo](/photo.png 'app photo')

## 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
```