An open API service indexing awesome lists of open source software.

https://github.com/samanhur/insurance_project

Insurance project is a practice project for python
https://github.com/samanhur/insurance_project

mvc mvc-architecture mysql oop oops-in-python python python3 sql sqlalchemy tkinter tkinter-gui

Last synced: about 1 year ago
JSON representation

Insurance project is a practice project for python

Awesome Lists containing this project

README

          

# Insurance Project

Insurance project is a practice project for python.
It's included:
- MVC design pattern
- OOP
- MySQL database
- SQLAlchemy
- tkinter

# Dependencies:

for MySql:
```
pip install mysql-connector-python
pip install pymysql
```

for SqlAlchemy:
```
pip install mysql-connector-python
pip install pymysql
pip install sqlalchemy
pip install sqlalchemy-utils
pip install cryptography
```