Description:
A straightforward note-taking application saves your text notes in a database and retrieves them when needed. Users can effortlessly create, edit, and remove notes within the app, providing a handy means to organize and monitor crucial details. Featuring a user-friendly interface, the app streamlines the task of storing and accessing vital information.
Requirements:
Python 12.x
Tkinter # tkinter —documentation
Pyinstaller # PyInstaller 6.6.0 documentation
Features:
Text note-taking
GUI
Can be run as script
Can be run EXE
Editing, deleting options.
SQLite database
Installation:
Clone the repository:
pip git clone
https://github.com/emeeran/note_taking_app.git
Navigate to the project directory and activate the virtual environment.
Pip install tkinter
Pip install pyinstaller