Skip to main content

Python library to generate passwords using the text of classic novels

Project description

PyPI Pre-Commit PyTest Codecov

This module leverages the gutenbergpy library to retreive the text of classic novels from the Gutenberg Project, a collection of open-source ebooks. It then returns 5 secure password candidates in a list

Installation

pip install gutenbergPasswordGenerator

To Use

import gutenbergPasswordGenerator
gutenbergPasswordGenerator.generate_passwords()

Developing

This project utilizes black and flake8 to format and lint code, and leverages pre-commit for enforcement.

To configure your personal environment/commit hooks:

pip install black flake8 pre-commit
pre-commit install

Releases

Releases are published whenever a tag is pushed to Github

# set version number
export RELEASE=x.x.x

# create tags
git commit --allow-empty -m "Release $RELEASE"
git tag -a $RELEASE -m "Version $RELEASE

# push
git push upstream --tags

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

gutenbergPasswordGenerator-0.3.0.tar.gz (82.5 kB view hashes)

Uploaded Source

Built Distribution

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