Create a tab for login and a database for User Information
Using Tkinter, a new tab should be created to allow users to log in/sign up:
-
Create a wireframe for the tab -
Inputs should include - Username (email)
- Checkbox for subscribe
-
Buttons should include: - Log In
- Sign Up
A new table in the Database should be created to store:
- Username (email)
- name
- subscribed (boolean?)
Edited by Darcey Haddow