An open API service indexing awesome lists of open source software.

https://github.com/natantezare/atm-machine

This is a simple ATM system implemented in Python. The application allows users to perform basic banking operations including checking their balance, depositing money, withdrawing funds, viewing transaction history, and changing their PIN. The system uses hashing to securely store and verify PINs. Transaction records are maintained with timestamps.
https://github.com/natantezare/atm-machine

atm banking-system hashing python sha-256 transaction-history user-authentication

Last synced: 7 months ago
JSON representation

This is a simple ATM system implemented in Python. The application allows users to perform basic banking operations including checking their balance, depositing money, withdrawing funds, viewing transaction history, and changing their PIN. The system uses hashing to securely store and verify PINs. Transaction records are maintained with timestamps.

Awesome Lists containing this project

README

          

# ATM-machine