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.

Repository from Github https://github.comtinyHiker/dockerized_GUI_ATM_tkinter_appRepository from Github https://github.comtinyHiker/dockerized_GUI_ATM_tkinter_app

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 My Image My Image My Image

About

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.


Languages

Language:Python 99.0%Language:Dockerfile 1.0%