Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/reshmaharidhas/my-notes
- Owner: reshmaharidhas
- License: mit
- Created: 2024-06-17T00:56:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T21:11:43.000Z (7 months ago)
- Last Synced: 2024-06-23T03:21:32.523Z (7 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
![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.