A GUI Note Taking App

A GUI Note Taking App

A Simple Note-Taking Application

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:

Features:

  1. Text note-taking

  2. GUI

  3. Can be run as script

  4. Can be run EXE

  5. Editing, deleting options.

  6. SQLite database

Installation:

  1. Clone the repository: pip git clone https://github.com/emeeran/note_taking_app.git

  2. Navigate to the project directory and activate the virtual environment.

  3. Pip install tkinter

  4. Pip install pyinstaller