Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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 managers

Use 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)