Skip to content

goncrust/MBSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MBSim

Portuguese ATM Simulator for high school project

multibanco

List of contents

  1. Info
  2. Development
  3. Features
  4. Get Started
  5. License

Info

The current version of the program is only optimised for Windows 10.

Default admin password is 3579

Development

This project was developed and is maintained by @goncrust, @teravyte18 and @KingKatana09:

Honorable mentions for having helped in this project (@DPS777):

Features

Real Banks

The application has a list of real Portuguese banks, with iban generation similar to reality.

banks

Admin Menu

With an admin menu you can change any user data you want.

admin

Local Database

SQLite3 is used so that all data relating to users and account movements is stored locally.

Keyboard support

You can use your keyboard's numpad to navigate through the menus.

Get Started

Dependencies

  • python (3 or above)
  • Pillow
  • tkcalendar

Step by step (Windows only)

  1. Download the executable from here
  2. Simply execute the file and ignore the anti-virus warnings

or (all platforms)

  1. Install python 3
  2. Install the required python libraries:
    • pip install pillow
    • pip install tkcalendar
  3. Clone the repo: git clone https://github.com/goncrust/MBSim.git
  4. Go to the folder created by cloning the repo and run py main.py

License

The source code is licensed under the open source GPL v3.0. License is available here.