A simple PyQt5-based Notepad application.
Allows users to take notes, open text files, save notes, and toggle between dark and light modes.
- Create new notes
- Open text files (.txt)
- Save notes as text files (.txt)
- Toggle between dark and light themes
- Python 3.x
- PyQt5
pip install PyQt5

