This project generates random accounts (username and password) and stores the details into a Google Sheet via a Google Apps Script.
- Generates a random username and password
- Sends account details to Google Sheets for storage
Deploy the script as a web app:
Click on Deploy > Test Deployments > New Deployment. Set Deployment type as "Web app". Give it a name and click Deploy. Under Who has access, set it to "Anyone". You’ll get a URL for the Google Apps Script (replace YOUR_GOOGLE_APPS_SCRIPT_URL_HERE in the Python script with this URL).
git clone https://github.com/your-username/random-account-generator.git
cd random-account-generator