Skip to content

Project for 12th Boards in Python (MatPlotLib, NumPy, Pandas) and MySQL by SAKSHHAM BHAGAT & VASUNDHRA SHARMA

Notifications You must be signed in to change notification settings

SakshhamTheCoder/school-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Song Stat Management System

───▄▀▀▀▄▄▄▄▄▄▄▀▀▀▄───
───█▒▒░░░░░░░░░▒▒█───
────█░░█░░░░░█░░█────
─▄▄──█░░░▀█▀░░░█──▄▄─
█░░█─▀▄░░░░░░░▄▀─█░░█
█▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█
█░░╦─╦╔╗╦─╔╗╔╗╔╦╗╔╗░░█
█░░║║║╠─║─║─║║║║║╠─░░█
█░░╚╩╝╚╝╚╝╚╝╚╝╩─╩╚╝░░█

Project for 12th Boards in Python (MatPlotLib, NumPy, Pandas) and MySQL by SAKSHHAM BHAGAT & VASUNDHRA SHARMA

Run Locally

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

Authors

Thanks for Reading ^^

About

Project for 12th Boards in Python (MatPlotLib, NumPy, Pandas) and MySQL by SAKSHHAM BHAGAT & VASUNDHRA SHARMA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages