───▄▀▀▀▄▄▄▄▄▄▄▀▀▀▄───
───█▒▒░░░░░░░░░▒▒█───
────█░░█░░░░░█░░█────
─▄▄──█░░░▀█▀░░░█──▄▄─
█░░█─▀▄░░░░░░░▄▀─█░░█
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
█░░╦─╦╔╗╦─╔╗╔╗╔╦╗╔╗░░█
█░░║║║╠─║─║─║║║║║╠─░░█
█░░╚╩╝╚╝╚╝╚╝╚╝╩─╩╚╝░░█
Project for 12th Boards in Python (MatPlotLib, NumPy, Pandas) and MySQL by SAKSHHAM BHAGAT & VASUNDHRA SHARMA
First, clone this repo in your machine by
git clone https://github.com/SakshhamTheCoder/school-project.git
You need to make a MySQL Database having atleast these 5 columns
Sno
Danceability
Energy
Tempo
Time_signature
Then, make sure you have these dependencies installed on your machine
Now, change the username, password, and database name in the file to your SQL credentials
# line 33
conn = mysql.connector.connect(user="your username", password="your password", database="your db name")
Finally, you can run the code on your machine by
cd school-project
python main.py
- @SakshhamTheCoder (Sakshham Bhagat)
- @sharmavasundhra18 (Vasundhra Sharma)
Thanks for Reading ^^