Skip to main content

A quantum alternative for standard Python random package

Project description

A quantum alternative for standard Python random package

PyPI version Licence badge Python version Actions Status Dependencies Downloads per month Last commit

Installation : pip install true-random

Features :

  • true_randint
  • true_choice
  • true_shuffle
  • true_password

Generate a strong password :

from truerandom import true_password

print(true_password(length=12))

output : Jjr1i[h*vtsq

Generate a bunch of passwords :

python -m truerandom --length=12 --nb=100

You can also provide a 'csv' param to export the output as a csv file, but it is not recommended to store your passwords on a storage (for security reasons).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

true-random-1.2.0.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

true_random-1.2.0-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page