Skip to content

tobias-chc/password_package

Repository files navigation

Password Package

Password is a simple Python package for generate a random password for of a length given by the user.

Installation

Use the package manager pip to install password-package.

python -m pip install -i https://test.pypi.org/simple/ password-package-tobias-chc

Usage

# Simple script
from password_package import pass_generator
password = pass_generator.create_password()
print(password)
#The console will display the following message: 
Enter the length of your password:
# Example of a return after type 13
G}r3]Y5#ln1Q2

Goal

I have created this simple package just for my personal use and to get an idea of how a Continuous Integration & Continuous Delivery (Deployment) (CI/CD) pipeline works. In this project I have applied the following topics:

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

License

MIT

About

Simple Python package to generate random passwords.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages