/notepad-tkinter

A smart notepad developed using Python TKinter.

Primary LanguagePython

Tkinter-Notepad

A simple Notepad made using Python library Tkinter. This notepad is used to code html, save txt etc.

🌟 Usage

✨ Requirements

  • A good Python IDE
  • Python 3.7.4

✨ Converting to EXE

pip install pyinstaller
pyinstaller.exe --noconsole --onefile --icon=icon.ico main.py

💫 --icon -> For icon file.
💫 --onefile -> Converting it into one file, instead of many.
💫 --noconsole -> Not showing black screen while starting the app.

✨ Download the Installer

Tkinter-Notepad.exe