A random string generator
- Ensure you have Poetry installed by following this guide Poetry Installation Guide.
- Download the code and extract to the directory of your choice.
- Run
poetry install --no-dev
in the directory to install the venv with no dev dependencies - Run
poetry run python main.py -h
which should show you the help text.
To use the random string generator, run poetry run python main.py
. If you would like to customize it's behavior, you
can see available options by running poetry run python main.py -h
.
- Implement the ability to copy to clipboard from command line tool (secretly).
- Add multiprocessing for anything over 1000 generated strings
- Add CSV output support (custom delimiter)
- Ensure included characters and excluded chars are ascii/UTF-8