Skip to main content

A safe genetator write cloudgenerator.help() to see commands

Project description

cloudgenerator

This package is in development. If you want to contribute, you can write to this email: noticedcloud@gmail.com.

Developed by NoticedCloud.

Generating a password

If you want to generate a password you can use generate_password()

import cloudgenerator

password = cloudgenerator.generate_password()
print(password)

Checking the safety of a passowrd

You can check the safety of a password using calculate_complexity() it will give a grade from 1 to 5

import cloudgenerator

password = cloudgenerator.generate_password()
safety = cloudgenerator.calculate_complexity(password)
print(safety.grade)

Generating a token

You can generate a token using generate_token()

import cloudgenerator

token = cloudgenerator.generate_token()
print(token)

And more :)

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

cloudgenerator-0.1.0.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

cloudgenerator-0.1.0-py3-none-any.whl (4.0 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