Nuacht

This project is a Python-based database management system for an imaginary airline. The motivation behind this project was to practice the use of SQLite3 and Python to create a simple database ...
Creating a database, storing movie names with the names of the lead actor, actress, year of release and the director name. After storing the details, retrieve the details using Python into sqlite3 ...