Skip to content

Zeinjave/Demo

Repository files navigation

Banking Demo (Python + SQLite)

A demo project for practicing precise logic, data handling, and secure, maintainable code with Python.

Features

  • Customer account management
  • Transaction summaries
  • Safe decimal handling
  • CRUD operations
  • Testable functions

Setup

git clone https://github.com/yourname/banking-demo.git
cd banking-demo
python -m venv venv
# On Mac/Linux:
source venv/bin/activate
# On Windows (PowerShell):
venv\Scripts\activate
pip install -r requirements.txt