Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 749 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 749 Bytes

Exercise

Random Account Generator

This project generates random accounts (username and password) and stores the details into a Google Sheet via a Google Apps Script.

Features

  • 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).

Setup

1. Clone the repository

git clone https://github.com/your-username/random-account-generator.git
cd random-account-generator