Portuguese ATM Simulator for high school project
The current version of the program is only optimised for Windows 10.
Default admin password is 3579
This project was developed and is maintained by @goncrust, @teravyte18 and @KingKatana09:
Honorable mentions for having helped in this project (@DPS777):
The application has a list of real Portuguese banks, with iban generation similar to reality.
With an admin menu you can change any user data you want.
SQLite3 is used so that all data relating to users and account movements is stored locally.
You can use your keyboard's numpad to navigate through the menus.
- python (3 or above)
- Pillow
- tkcalendar
- Download the executable from here
- Simply execute the file and ignore the anti-virus warnings
- Install python 3
- Install the required python libraries:
pip install pillow
pip install tkcalendar
- Clone the repo:
git clone https://github.com/goncrust/MBSim.git
- Go to the folder created by cloning the repo and run
py main.py
The source code is licensed under the open source GPL v3.0. License is available here.