Hyogan / BalanceMaster

A school project : Building a banking app allowing all basics and some advanced operations - using python and CustomTkinter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BalanceMaster

A school project : Building a banking app allowing all basics and some advanced operations - using python and CustomTkinter

myapp/ ├── app.py ├── gui/ │ ├── init.py │ ├── main_window.py │ ├── dialogs/ │ │ ├── init.py │ │ ├── login_dialog.py │ │ └── settings_dialog.py │ └── resources/ │ ├── images/ │ │ ├── logo.png │ │ └── icon.png │ └── config.ini ├── backend/ │ ├── init.py │ ├── database.py │ ├── models.py │ └── utils.py └── README.md

myapp/ ├── app.py ├── frontend/ │ ├── init.py │ ├── Login.py │ └── ├── backend/ │ ├── │ ├── database.py │ └── utils.py
│── controllers/ │ ├──AuthController ├ ├──__init__.Py ├ └──database │ Models │ │──__init__.py │ └──Customer └── README.md

About

A school project : Building a banking app allowing all basics and some advanced operations - using python and CustomTkinter


Languages

Language:Python 100.0%