An open API service indexing awesome lists of open source software.

https://github.com/ola-kaznowska/atm-application

An application that simulates the operation of an ATM. Written 100% in Python 3.12.3 The application is written 100% on its own as a test of one's Python basics skills and to practice the if, elif and else conditional instructions. To test the performance of my application just download the script file and run it using Visual Studio Code.
https://github.com/ola-kaznowska/atm-application

atm-simulator english junior-backend junior-project open-source polish practice-project python-basics python3 tkinter tkinter-graphic-interface tkinter-gui

Last synced: about 2 months ago
JSON representation

An application that simulates the operation of an ATM. Written 100% in Python 3.12.3 The application is written 100% on its own as a test of one's Python basics skills and to practice the if, elif and else conditional instructions. To test the performance of my application just download the script file and run it using Visual Studio Code.

Awesome Lists containing this project

README

        

# ATM-Application
An application that simulates the operation of an ATM. Written 100% in Python 3.12.3 The application is written 100% on its own as a test of one's Python basics skills and to practice the if, elif and else conditional instructions. To test the performance of my application just download the script file and run it using Visual Studio Code.

Instructions for using the program:
# STEP 1: Install python from the official site: https://www.python.org/
# STEP 2: Install Visual Studio Code the offiicial site: https://code.visualstudio.com/
# STEP 3: Run the code.