It is a e wallet system based on Python where we can add new users,update existing users and delete if required. The Database used is MySQL. GUI is designed using tkinter
To insatll the project on your system,export the wallet.sql file to the mysql workbench. The user id is "root",password is "" and the port number is 3306.
Using this application we can register new users,login,recharge phone/tv,pay bills ,logout and also delete users . It is a basic project without any API implementation(s).