Simple Random Password Generator

This page summarizes the projects mentioned and recommended in the original post on /r/Python

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Genter

    A strong and customizable password generator made with python3!

  • Simple-Random-Password-Generator

    A simple Python script that generates a strong password by selecting a random sequence of characters, choosing from numbers, normal and special characters.

    The code is available in my dedicated Github repository. All hints, corrections and new features to add are welcome.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • Simple-Password-Generator

    Enter the number of uppercase letters, lowercase letters, numbers and special characters, and this simple python program will generate a random password for you. To top off the functionality, it uses the pyperclip module to copy the password to your clipboard so you can easily use them in your browsers.

    Created something similar a few days ago but stupidly used the random module and did absolutely nothing to protect it. https://github.com/alonelysaber/Simple-Password-Generator/

  • Simple-Password-Generator

    Enter the number of uppercase letters, lowercase letters, numbers and special characters, and this simple python program will generate a random password for you. To top off the functionality, it uses the pyperclip module to copy the password to your clipboard so you can easily use them in your browsers. (by IlGrampasso)

    Thank you for your useful feedback! I have published a pull request to your project adding the secrets module function function in place of the random one. I have kept the random module function for the shuffle operation. Here is the link to the new branch. https://github.com/IlGrampasso/Simple-Password-Generator/tree/IlGrampasso-secrets-module-patch

  • black

    The uncompromising Python code formatter

    Check out Black: https://github.com/psf/black

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts