grazielegrc / doc-random-generator

This is a project to facitate the generation of document random numbers in according to the countries rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This project was created in order to facilitate the generation of random document numbers to some countries.

Requirements

Instalation

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

Usage

Run the command above and follow the instructions to generate the URL from any country using any environment.

python generator.py

Contributing

Pull requests are welcome.

About

This is a project to facitate the generation of document random numbers in according to the countries rules.


Languages

Language:Python 100.0%