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.
- Host: GitHub
- URL: https://github.com/ola-kaznowska/atm-application
- Owner: Ola-Kaznowska
- Created: 2024-05-25T06:43:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-09T23:25:20.000Z (5 months ago)
- Last Synced: 2025-01-24T14:44:10.072Z (3 months ago)
- Topics: atm-simulator, english, junior-backend, junior-project, open-source, polish, practice-project, python-basics, python3, tkinter, tkinter-graphic-interface, tkinter-gui
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.