Ron-Chang / offset

Encode and decode string and text.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offset

- What is this?

To encode & decode by shift text(Symmetric encryption).

- How to install

pip install Offset

- How to use

Module

  1. Import
from offset import Offset
  1. Convert text through a public method
Offset.convert(text, number)

CLI

  • Basic mode:
offset -n 10 -s 'Hello'
  • File mode:

The new file will be stored at '~/offset_export/filename_%Y%m%d_%H%M%S.ext'

offset -n 10 -f '/filepath/and/filename.ext'
  • Interactive mode

you can give it a default without enter a number every single time.

offset -i [-n int]

GUI(IN PROGRESS)

Screenshot

If you like my work, please consider buying me a coffee or PayPal Thanks for your support! Cheers! 🎉 Buy Me A Coffee

About

Encode and decode string and text.


Languages

Language:Python 100.0%