/simple-notepad

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

simple-notepad

Simple notepad application built with Tkinter tools in Python

Installation

Download latest release and extract the .zip file. Run 'Notepad.exe'

To run the application from source code run main.py file

python3 main.py

Dependencies:

You will need to install tkinter to be able to compile source code on your machine

Debian, Ubuntu, and derivatives:

sudo apt-get install python3-tk

Fedora

sudo dnf install python3-tkinter

MacOS

brew install python-tk@3.9

Fixes

To fix blurry windows issue uncomment windll lines in main.py file