Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cipher_yx2625-0.1.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

cipher_yx2625-0.1.0-py3-none-any.whl (2.7 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