# SimpleLogin A python program I made as part of an assignment while studying at TAFE NSW. This program is designed to act as a simple login prompt with the ability to tempoarily append new credentials to the master database of credentials and list them. All logins are fictional and do not actually login to anywhere. © Rayyan Hodges, TAFE NSW, Gelos Enterprises, 2022 # Demos - Registering a new user account https://user-images.githubusercontent.com/11124303/190591344-a5a07975-a516-44e5-8691-fad88a42cdab.mp4 - Listing account credentials stored in the array https://user-images.githubusercontent.com/11124303/190591584-4f051eb0-dd68-446d-b3b3-75edfc4ef7ea.mp4 - Logging into an existing user https://user-images.githubusercontent.com/11124303/190591677-41b7f5ae-b776-4f2a-a69c-8f758409163c.mp4