simple Python package to cipher textual data
Project description
cipher_yx2625
A basic text ciphering package
Installation
Make sure you are downloading this package with Python3.9 or above
$ pip install cipher_yx2625
Usage
This package is somewhat simple. It applies caesarian ciphering method to shift text by a specified number of positions right (if the shift parameter is positive) or left (if the shift parameter is negative).
import cipher_yx2625 from cipher_yx2625
#c all cipher function from cipher_yx2625.
cipher_yx2625.cipher('Harry', 3) // => 'KduuB'
cipher_yx2625.cipher('H=rmione',-10) // => 'x=hcYedU'
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
cipher_yx2625
was created by Ye (Connie) Xu. It is licensed under the terms of the MIT license.
Credits
cipher_yx2625
was created with cookiecutter
and the py-pkgs-cookiecutter
template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cipher_yx2625-0.1.0.tar.gz
.
File metadata
- Download URL: cipher_yx2625-0.1.0.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.10 CPython/3.8.8 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42c5659afd570357501c949669019c4926191cc7cdf8a2be71c6d2f3f3c7287e |
|
MD5 | 1b7e93cd23205e09525a10c0c7a74f38 |
|
BLAKE2b-256 | 9076045ba534eb67b5005a4eb9e2562bd389dfef7ffd56536840ab2d6bb1abe9 |
File details
Details for the file cipher_yx2625-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: cipher_yx2625-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.10 CPython/3.8.8 Darwin/20.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b78c269c9c48cde61eded6f916a8b64eab8de3f153653db7bc3ad48ddf3a6677 |
|
MD5 | 6e7199660ee94cb3ad978803c0b92a0c |
|
BLAKE2b-256 | e947940e88d871ba5d9578ff119a9494388831167b4541045a5e650f2f10eb74 |