Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr-maike/mrnotepad
:memo: | Simple Text Editor using Tkinter
https://github.com/mr-maike/mrnotepad
python3 text-editor tkinter tkinter-gui tkinter-python
Last synced: 16 days ago
JSON representation
:memo: | Simple Text Editor using Tkinter
- Host: GitHub
- URL: https://github.com/mr-maike/mrnotepad
- Owner: Mr-maike
- License: mit
- Created: 2022-01-20T23:44:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T01:50:34.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T07:40:37.924Z (2 months ago)
- Topics: python3, text-editor, tkinter, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:memo: MrNotepad - Simple Text Editor
Project |
Technologies |  
How to run |  
License
## :computer: Project
Simple Text Editor using Tkinter## :sparkles: Technologies
- [Python](https://www.python.org)
- [Tkinter](https://docs.python.org/3/library/tk.html)## :rocket: How to run
- Clone the repository
- Install dependencies in `requirements.txt`
- run `__init__.py`## :page_facing_up: License
This project is under the MIT license. See the [LICENSE](LICENSE) file for more information.
## :busts_in_silhouette: How to contribute
:construction: Work in progress