Skip to content

protonexe/pyatmsimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple Python ATM System

A CLI-based ATM application featuring persistent data storage and secure PIN handling. Educational Project

Features

  • Account Management: Create and delete accounts with unique 4-digit IDs.
  • Security: Uses getpass for masked PIN entry and verifies credentials.
  • Transactions: Deposit, Withdraw (with overdraft protection), and Transfer money between accounts.
  • Persistence: All data is saved to a local accounts.txt file.

About

Python-based ATM simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages