Skip to main content

Command Palette

Search for a command to run...

A GUI Note Taking App

A Simple Note-Taking Application

Updated
1 min read
A GUI Note Taking App
M

I am a developer with 36+ years of rigorous business operations experience. I don't just write Python; I build tools that save businesses 20+ hours a week. Specialising in custom dashboards (Streamlit), high-performance APIs (FastAPI), and automated data gathering (Scraping).

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