-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersproblem level 1 - starterThis problem is intended for most students who have covered up the fundamentals in tutorialsThis problem is intended for most students who have covered up the fundamentals in tutorials
Description
Description
It is a python program that when run in terminal, prompts user to select login or signup and then uses txt file handling to simulate the process.
Describe the solution you'd like
- Use match case for login signup and welcome windows
- A variable is_logged_in welcomes user if logged in or else gives choice of login/signup
- Keep program running till user chooses to break out
Additional
- Can you clear the terminal screen while switching between login signup and main windows?
- Can you store password as hashed format?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersproblem level 1 - starterThis problem is intended for most students who have covered up the fundamentals in tutorialsThis problem is intended for most students who have covered up the fundamentals in tutorials