Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinyhiker/dockerized_gui_atm_tkinter_app
This mini-project is an ATM app that uses everything I know about the customertkinter GUI library. The app is dockerized. It runs through both the command line and a graphical user interface.
https://github.com/tinyhiker/dockerized_gui_atm_tkinter_app
context-managers customtkinter file-input file-output
Last synced: 24 days ago
JSON representation
This mini-project is an ATM app that uses everything I know about the customertkinter GUI library. The app is dockerized. It runs through both the command line and a graphical user interface.
- Host: GitHub
- URL: https://github.com/tinyhiker/dockerized_gui_atm_tkinter_app
- Owner: tinyHiker
- Created: 2023-12-18T23:37:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-25T04:56:07.000Z (11 months ago)
- Last Synced: 2024-01-25T05:41:17.301Z (11 months ago)
- Topics: context-managers, customtkinter, file-input, file-output
- Language: Python
- Homepage:
- Size: 163 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tkinter Practice Dockerized ATM app
Here I've bult a dockerized ATM app in python with a GUI.
Allows users to register, login, view personal detials, deposit, withdraw.Some cool tricks this project uses
- lambda functions
- reading and writing to files
- context managersUse the following command to pull this docker container onto your local machine: *docker pull t4iqbal404/banking_gui_app*
![My Image](README_images/1.png)
![My Image](README_images/2.png)
![My Image](README_images/3.png)
![My Image](README_images/4.png)