https://github.com/yumeangelica/study_register_database_app
A Python based study register app that saves, fetches, updates, and deletes course data. Connected to SQLite db.
https://github.com/yumeangelica/study_register_database_app
python3 sqlite
Last synced: about 1 month ago
JSON representation
A Python based study register app that saves, fetches, updates, and deletes course data. Connected to SQLite db.
- Host: GitHub
- URL: https://github.com/yumeangelica/study_register_database_app
- Owner: yumeangelica
- Created: 2023-06-14T18:09:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T18:09:49.000Z (about 3 years ago)
- Last Synced: 2025-03-01T07:20:42.692Z (over 1 year ago)
- Topics: python3, sqlite
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python based personal study register database program. Connected to a SQLite database.
## The program is able to:
1. Add new courses
2. Update course data
3. Fetch course data
4. Delete course data
5. Calculate & print statistics
## Installation:
1. Search information how to install Python3 & SQLite on your system.
2. Download the source code
3. Run the main file (main.py) with Python3