| |
Methods defined here:
- __init__(self)
- Once this class is executed, this function is run.
This method creates the window in which the user can log in or sign up
The self is defined
- createUser(self, user, password)
- This method proceeds to create a new user. It involves creating a new
database, modifying the properties file and adding the word "brush up"
inside the database that has just been create
Args:
user: user name for the new user
password: password for the new user
- login(self)
- This method checks if the credentials provided match any user
in the database "users.db"
- raise_frame(self, frame)
- Raises a new frame inside the window
- signup(self)
- Checks if a provided user name already exists before proceeding to
create the user.
|