A Python package of uncommon words created using carcass
Project description
uncommon
Uncommon is a Python package to generate uncommon phrases that can be used for passphrases or other use cases
Getting Started
To use uncommon
you can clone this repository or install from pypi
.
Installing
You can install uncommon
using pip
.
pip3 install uncommon
You can clone this repository and install the package directly using the following
git clone https://github.com/MSAdministrator/uncommon.git
cd uncommon
python3 setup.py install
Using
Once you have uncommon
installed, you can use it by importing the package and utilizing the built-in methods:
from uncommon import Uncommon
print(Uncommon().get())
You can provide additional parameters like the desired separator and the number of words to include in your phrase:
from uncommon import Uncommon
print(Uncommon(separator=';', count=10).get())
Built With
- carcass - Python packaging template
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning.
Authors
- Josh Rickard - Initial work - MSAdministrator
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details
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
Built Distributions
File details
Details for the file uncommon-0.0.4.tar.gz
.
File metadata
- Download URL: uncommon-0.0.4.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc1cb00ef586c54d31631136612599e8a11c05d4f8604e751e61b9cb0be5257e |
|
MD5 | 5efaa85db09c3f41f33fb77ae040e923 |
|
BLAKE2b-256 | 79cc341028b118d5748fb814c2a992f12973061fba3b86b91b39ae4942d13c0b |
File details
Details for the file uncommon-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: uncommon-0.0.4-py3-none-any.whl
- Upload date:
- Size: 24.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a2710488b9cd3a1cd96814c0321a1c239ea2cfd9b00d5893708e88ef815ce24 |
|
MD5 | 5fbf05bdcf1ce117c84d960a464378f1 |
|
BLAKE2b-256 | aae699a548bbb34dce36f72a78bd9bdb1550f65da25d43699d336b374fca7ded |
File details
Details for the file uncommon-0.0.4-py2-none-any.whl
.
File metadata
- Download URL: uncommon-0.0.4-py2-none-any.whl
- Upload date:
- Size: 24.0 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eb3f5376f7f1cd5e39087c66d9812c0a08b3d0b99d769c029cb26a964a46c311 |
|
MD5 | 897b00a357059fd3d32d94dd5f83405e |
|
BLAKE2b-256 | f03660e4c491cd6cadb87cc3f90f9a1a3496e9a001fe7bb36d326f753b908fa3 |