Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 797 Bytes

File metadata and controls

22 lines (15 loc) · 797 Bytes

Simple ATM Machine Program in Python

Welcome to the Simple ATM Machine Program in the Python repository! This project provides a basic simulation of an ATM machine written in Python. It's a great resource for beginners to practice programming fundamentals.

Features

  • PIN verification
  • Balance inquiry
  • Money withdrawal
  • Money deposit

Getting Started

  1. Clone the repository.
  2. Run atm_program.py in your Python environment.
  3. Follow on-screen prompts to interact with the ATM system.

Contribution

Contributions are welcome! If you find bugs or have ideas for improvements, open an issue or submit a pull request.

Note: This program is for educational purposes and does not handle real currency. Use responsibly and avoid entering sensitive information.

Happy coding!