Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 247 Bytes

File metadata and controls

4 lines (2 loc) · 247 Bytes

A Banking App

A simple python program that uses luhn algorithm to verify card number, enables transfer and withdrawal of money It makes use of sqlite3 for database storage and therefore permits manipulation of our details and keeps them safe.