Inspiration

Our inspiration was normal ATM machines, and we wanted to create one in python.

What it does

It creates an account with a balance of 0 dollars and pre-determined bills. The user can deposit, withdraw money, pay their bills, and quit the application.

How we built it

We use python language to build it

Challenges we ran into

We had problems trying to use the "balance" variable in different functions.

Accomplishments that we are proud of

We are proud that we managed to code the needed if statements to make sure the code doesn't give unreal results or errors.

What we learned

We learned that even a simple ATM machine has many functions to it, and to use a variable outside a function inside one, we have to use 'global'.

What's next for Shall Pass

We are planning on creating a page with buttons for functions with Tkinter to make this application more user-friendly.

Built With

Share this project:

Updates