Inspiration

We were thinking of a project which was within our grasp of programming

What it does

It is a menu for a banking system in the console. It has 3 test accounts each with passwords. Once the accounts are logged in, it displays a balance which is a randomly generated number, and an amount of money owed, which is a sum of all the debts that the account has accumulated. The user can expand on either, the balance shows recent transactions, and the amount owed shows the creditors, and how much you owe to each of them.

How we built it

We used replit.com to work on the project together in python.

Challenges we ran into

Using the lists to store both the creditors' names and the amount owed to them, and most of the stuff pertaining to the randomizers. We also had some trouble implementing features like entering the password again without restarting the program.

Accomplishments that we're proud of

This is the first project that we've ever done at a hackathon, also one of our first projects ever.

What we learned

We learned how to use lists, loops, and also some teamworking skills.

What's next for Banking Menu

We are planning on adding features such as being able to add new accounts into the mix and transferring money between the accounts manually. We may also turn the lists for the creditors into dictionaries.

Built With

Share this project:

Updates