Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T18:06:30.000Z (over 3 years ago)
- Last Synced: 2024-11-15T08:44:01.628Z (3 months 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
[![made-with-python](https://img.shields.io/static/v1?label=Made%20with&message=Python&logo=python&labelColor=FFD745&color=3475A7)](https://www.python.org/)
[![CodeFactor](https://www.codefactor.io/repository/github/sourhub226/notepad-clone-python/badge)](https://www.codefactor.io/repository/github/sourhub226/notepad-clone-python)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/sourhub226/notepad-clone-python/issues)
![ViewCount](https://views.whatilearened.today/views/github/sourhub226/notepad-clone-python.svg)# Windows Notepad GUI
Created entirely in python using `Tkinter` module.
Now with HiDPI display support!![Notepad GUI](preview.png)
### 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