- sqlalchemy
- mysqlclient
- rich
- PyInputPlus
- names
For Example pip install rich
- Install MySql server and create a database with name 'report_card_manager'.
- Run the program ( as shown below ) and choose option '9' to seed the database with data.
Note: Make sure that you have created the Database as state above
Go to the root directory of the project and execute the app.py
python file.
For example:
PS H:\Projects\report_card_manager> python app.py
The file config.py
contains variables to customized options like DB name, host, user and password etc.
Change these according to your needs if required.