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: about 1 month 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-03T01:50:34.000Z (about 4 years ago)
- Last Synced: 2025-02-12T19:00:07.532Z (about 1 year 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 - Text Editor
Project |
Technologies |  
How to run |  
License
## Project
Richard Feynman famously said, "What I cannot create, I do not understand." Based on this premise and inspired by the "Build your own x" repository, the text editor MrNotepadd was born. It started as a personal challenge to build GUIs in Python. What began as a small project is now growing into something much larger!

## :sparkles: Technologies
- [Python](https://www.python.org)
- [Tkinter](https://docs.python.org/3/library/tk.html)
- [ttkbootstrap](https://ttkbootstrap.readthedocs.io/en/latest/)
- [Pillow](https://pillow.readthedocs.io/en/stable/)
- [PyTest](https://docs.pytest.org/en/stable/)
## :rocket: How to run
- Clone the repository
- Install dependencies in `requirements.txt`
- run `main.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