https://github.com/sourhub226/notepad-clone-python
Windows Notepad exact clone GUI made in python Tkinter
https://github.com/sourhub226/notepad-clone-python
gui learning-by-doing notepad notepad-gui python tkinter tkinter-gui windows-notepad
Last synced: 12 months ago
JSON representation
Windows Notepad exact clone GUI made in python Tkinter
- Host: GitHub
- URL: https://github.com/sourhub226/notepad-clone-python
- Owner: sourhub226
- Created: 2020-07-16T05:45:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T18:06:30.000Z (about 5 years ago)
- Last Synced: 2025-03-05T06:34:46.915Z (over 1 year ago)
- Topics: gui, learning-by-doing, notepad, notepad-gui, python, tkinter, tkinter-gui, windows-notepad
- Language: Python
- Homepage:
- Size: 333 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://www.python.org/)
[](https://www.codefactor.io/repository/github/sourhub226/notepad-clone-python)
[](https://github.com/sourhub226/notepad-clone-python/issues)

# Windows Notepad GUI
Created entirely in python using `Tkinter` module.
Now with HiDPI display support!

### Python Dependencies
* [`tkfontchooser`](https://pypi.org/project/tkfontchooser/)
* [`hdpitkinter`](https://pypi.org/project/hdpitkinter/)
Install the above dependencies using the following command
pip install -r requirements.txt