Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reshmaharidhas/my-notes

A note taking desktop application made with Python & MySQL
https://github.com/reshmaharidhas/my-notes

crud crud-application database desktop-app mysql mysql-connector mysql-database note-taking notes-app python3 tkinter tkinter-gui

Last synced: about 1 month ago
JSON representation

A note taking desktop application made with Python & MySQL

Awesome Lists containing this project

README

        

# My-Notes







A simple note taking desktop application made with Python & MySQL

## Programming Language
- Python 3
## Tech Stack
- Tkinter and ttk (GUI)
- MySQL (Database)
- MySQL Connector Python
## Development ToolsπŸ’»
- PyCharm
- PyInstaller
## Features
- Add notes
- Edit notes
- Read saved notes
- Delete specific note
- Delete all notes in single click
- Refresh notes
## Screenshots
![image](https://github.com/reshmaharidhas/My-Notes/assets/37250413/f37f0731-3d69-4662-b55d-da1ab083c986)
![my_notes_app_with_notes_screenshot_1](https://github.com/reshmaharidhas/My-Notes/assets/37250413/3cec4cd0-f395-4dcc-9c61-747e893cb46d)
## Prerequisities
- Install MySQL Server - Download the package, then create a user account and note your username and password of MySQL server
## Environment Variables on the .env file required
- MYSQL_USER
- MYSQL_PASSWORD
## License
This project is licensed under the MIT License.