Evgenii-Bazhaov / Hacktoberfest2024

Make your first Pull Request on Hacktoberfest 2024. Don't forget to spread love and give us a ⭐️
https://hacktoberfest2024-nu.vercel.app
GNU General Public License v3.0
61 stars 246 forks source link

Python Student Database Management System #92

Closed AvgBlank closed 1 month ago

AvgBlank commented 1 month ago

Student Database Management System

The Student Database Management System is a comprehensive solution designed to efficiently manage student information using SQLite3. This project simplifies the task of storing, retrieving, and manipulating student records, offering a user-friendly interface for administrators or educators. Developed with SQLite3, Python, and various libraries, this system ensures reliability and ease of use in managing student data.

Preview

https://github.com/AverageBlank/StudentDatabase/assets/112507212/40ec087f-5a14-4cc7-b8a1-2d08d2c91d59

Setting Up Locally

Prerequisites

Make sure you have Python installed on your system.

Installation Steps

  1. Clone the repository

    git clone https://github.com/AverageBlank/StudentDatabase.git
    cd StudentDatabase
  2. Create a virtual environment (Optional)

    python -m venv venv
    source venv/Scripts/activate  # On windows use `venv\bin\activate`
  3. Install the required libraries

    pip install -r requirements.txt
  4. Run the application

    python main.py

Languages Used

Libraries Used

AvgBlank commented 1 month ago

Hey! I would like to add this program, could this be assigned to me?

Evgenii-Bazhaov commented 1 month ago

Hey! I would like to add this program, could this be assigned to me?

Nice work✨