This repository contains simple Python projects integrated with MySQL, created during my Higher Secondary class.
It includes:
- Electricity Bill Database for managing consumer billing
- Student Database Management System for handling student records
- Library Management System for managing books and members
- Python 3.x
- MySQL Server installed on the system
- MySQL Connector for Python
- Install the required Python package:
pip install mysql-connector-python