Skip to content

wrthmn/Hyperskill-Simple-Banking-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Simple Banking System

My 10th Python project from Hyperskill.

This program simulates a bank terminal, which allows user to create an account (generate a card number according to the Luhn alghorithm and a pin code), log into it and perform some basic operations (check balance, deposit/transfer money, delete an account).

All created accounts are stored in a database in a file "card.s3db".