Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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