# A GUI Note Taking App

### **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](https://docs.python.org/3/library/tkinter.html#)
    
* Pyinstaller # [PyInstaller 6.6.0 documentation](https://pyinstaller.org/en/stable/index.html)
    

### **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`](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`
