Skip to content

steve-mir/Hacking-ciphers

Repository files navigation

Hacking Ciphers

This is the implementation of common cryptographs like Ceaser's cipher.....

Installation

Use the package manager pip to install hacking-ciphers.

pip install hacking-ciphers

Usage

import foobar

# returns 'words'
foobar.pluralize('word')

# returns 'geese'
foobar.pluralize('goose')

# returns 'phenomenon'
foobar.singularize('phenomena')

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages