A program written in python3 that shows user a GUI for login or signup to random portal and stores the data of registered users in a csv file.
This program uses tkinter and csv modules.
Deletes users if login attempt is made thrice with the wrong password.
Python3 installed in the system.
Double click on loginGUI.py to run the program.