Skip to main content

Generates a random string of a specified length.

Project description

rand-string

Generates a random string of a specified length.

Usage

Currently there are 5 types:

  • uppercase
  • lowercase
  • upperlower
  • alphanumerical
  • ascii

You can probably guess what each one would create

The function requires 2 parameters type and length; Type of course is the above.

import rand_string.rand_string as rand
rand.RandString(type, length)

Now lets look at some examples

uppercase:

print(rand.RandString("uppercase", 10))
# Output: TPDROEAVRY

lowercase:

print(rand.RandString("lowercase", 10))
# Output: mdvsewzkwf

upperlower:

print(rand.RandString("upperlower", 10))
# Output: YjHFGzysFx

alphanumerical:

print(rand.RandString("alphanumerical", 10))
# Output: Fy0Nbqno6B

ascii:

print(rand.RandString("ascii", 10))
# Output: jtj-NV<PSV

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

rand-string-0.50.tar.gz (2.0 kB view hashes)

Uploaded Source

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