/model_banking_system

A basic banking system implemented in python. Part of the JetBrains learning track. A useful lesson in OOP and Database functionality using sqlite3.

Primary LanguagePython

model_banking_system

A basic banking system implemented in python with Luhn Algorithm implementation for card number generation and verification. Main implementation in banking.py. Other .py files just scratch files used for testing. Part of the JetBrains learning track. A useful lesson in OOP and Database functionality using sqlite3.