This is a simple program that generates fake US addresses along with valid zip codes for learning purposes only.
This program is created solely for educational purposes. Any misuse of this program for illegal activities is not condoned and is beyond the responsibility of the creator.
- Clone the repository to your local machine:
git clone https://github.com/shiwildy/US-Address-Generator.git
- Navigate to the project directory & copy database.json:
cd US-Address-Generator
cp database.json.example database.json
- Run the program:
python gen.py -c 50
- Follow the prompts to generate fake US addresses.
- Generates fake US addresses in a valid format.
- Provides valid zip codes corresponding to the generated addresses.
- Python 3.x
Contributions are welcome! If you'd like to add features, fix bugs, or improve the program in any way, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.