Skip to content

Chinwendu20/pythonclass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

ATM mockup using python loops and functions.

This is a python script that aims to emulate the functions of the automated teller machine.

About the code

This is a python script that aims to emulate the functions of the automated teller machine. A dictionary was used to serve as a database

Built with

  • Python, v3.9.2

Prerequisites

Install python on the system

  • Linux(Ubuntu) Read installation instructions here

  • Windows Read installation instructions here

Usage

  1. Clone the repository

    git clone https://github.com/Chinwendu20/pythonclass.git

  2. Change to repo's directory

    cd pythonclass

  3. Run code

python .\ATM_mockup.py    

Exceptions

You might encounter a unicode error if ran on git bash brcause of the '₦' sign

Functionalities

  • Registration of account
  • Login
  • Balance checking
  • Withdrawal
  • Deposit
  • Password recovery with email
  • Account retrieval
  • Validation of input
  • Check for email uniqueness in record

Acknowledgement

Thanks for putting the zuri training together.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%