Skip to main content

A simple password generator

Project description

Sure, here is a basic README file template for the Locksmith password generator project:

Locksmith Password Generator

Locksmith is a simple password generator tool that generates strong, random passwords with various options for customization.

Installation

To install Locksmith, you can use pip:

pip install locksmithy

Alternatively, you can clone the repository and install it manually:

git clone https://github.com/yourusername/locksmith.git
cd locksmith
pip install .

Usage

To generate a password with the default options (10 characters, lowercase letters only), simply run:

locksmith

To specify the length of the password, use the -l or --length flag followed by the desired length:

locksmith -l 16

To include numbers in the password, use the -n or --numbers flag:

locksmith --numbers

To include special characters in the password, use the -s or --special flag:

locksmith --special

To include uppercase letters in the password, use the -u or --uppercase flag:

locksmith --uppercase

You can combine these options to create passwords with your desired characteristics:

locksmith -l 20 -nus

License

Locksmith is licensed under the MIT License.

Contributing

If you would like to contribute to Locksmith, please feel free to submit a pull request or open an issue on the GitHub repository.

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

locksmithy-0.1.0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

locksmithy-0.1.0-py3-none-any.whl (4.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