Written in Python (front end) & MySQL (back end).
Python and MySQL (with mysql-connector)
How to install "mysql-connector" ?
Open command prompt and type command pip install mysql-connector
Open "main.py" file on your text editor or IDLE(Python).
Save it with .py extension.
Then simply run it as any other python file.