/ATM

ATM simulation system

Primary LanguagePython

ATM simulation system

description

  It's an ATM simulation system with function of
check balance, deposit, withdrawal, transter accounts print receipt, and login, logout.

  The client and server communicate with socket.

client

  The client ui is written in QT using Python, and I use the PyQt4 library.

server

  The server processes the connection of client with multithread. And the database I use is MySql with a table of accountinfo consists of account, password, and balance.