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: 3 months ago
JSON representation
A note taking desktop application made with Python & MySQL
- Host: GitHub
- URL: https://github.com/reshmaharidhas/my-notes
- Owner: reshmaharidhas
- License: mit
- Created: 2024-06-17T00:56:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-22T21:11:43.000Z (about 1 year ago)
- Last Synced: 2025-02-05T01:32:57.091Z (5 months ago)
- Topics: crud, crud-application, database, desktop-app, mysql, mysql-connector, mysql-database, note-taking, notes-app, python3, tkinter, tkinter-gui
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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


## 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.