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 flask junior-backend junior-project open-source open-source-project open-sources-code-github polish practice-project python-basics python3 tkinter tkinter-graphic-interface tkinter-gui web web-application
Last synced: about 1 month 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-12T15:08:30.000Z (12 months ago)
- Last Synced: 2025-07-03T12:07:04.887Z (11 months ago)
- Topics: atm-simulator, english, flask, junior-backend, junior-project, open-source, open-source-project, open-sources-code-github, polish, practice-project, python-basics, python3, tkinter, tkinter-graphic-interface, tkinter-gui, web, web-application
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- 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.
# Code in 100% Open-Source