Password-Generator
Simple password generator. The aim of this program is to generate usernames and passwords for users, and then upload them to an SQLite database.
The username is created by randomly combining the characters of name and username of users, inputted by them.
The password is randomly generated from alphanumeric characters and special characters.
Then, usernames and passwords are stored in an SQLite database, which is updated everytime a new username and password is generated.