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
- Host: GitHub
- URL: https://github.com/samanhur/insurance_project
- Owner: samanhur
- Created: 2025-01-13T21:59:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-17T17:42:22.000Z (over 1 year ago)
- Last Synced: 2025-01-25T16:15:33.465Z (over 1 year ago)
- Topics: mvc, mvc-architecture, mysql, oop, oops-in-python, python, python3, sql, sqlalchemy, tkinter, tkinter-gui
- Language: Python
- Homepage:
- Size: 209 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```