- MySQL database
- Validation of input
- Add data
- Search data
- Remove data
- Update data
- Upload data using CSV file
- Exception handling
- Python 3 Download Python3 Here
- MYSQL/XAMPP Download XAMMP Here
- Import student.sql file in phpmyadmin
Database: student
Table: students
- Clone this project or Download Zip.
- Extract it and Open the Project.
- Open terminal or cmd and run following command.
pip3 install pymysql
pip3 install mysqlclient
pip3 install tk
pip3 install pandas
pip3 install sqlalchemy
pip3 install mysql-connector-python
python3 main.pyArigatou~
