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

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.

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