This project was created in order to facilitate the generation of random document numbers to some countries.
- virtualenv 20.10.0+
- python 3.8.10+
- pip 21.3.1+
Creating a virtual environment using python3 location. Remember to retrieve the current python localtion to ensure the correct version.
virtualenv -p /usr/bin/python3 venv
Activating the new virtual environment
source venv/bin/activate
Use the package manager pip to install the generator.
pip install -r requirements.txt
Run the command above and follow the instructions to generate the URL from any country using any environment.
python generator.py
Pull requests are welcome.