1. Fixed error `no module named 'takiyasha.app.cli'` while running `takiyasha` or `python -m takiyasha` in command line.
2. Renamed all Cipher class to the following format:
`{EncryptionFormat}_{EncryptionType}Cipher`
Such as: `QMCv1_StaticMapCipher`, `QMCv2_RC4Cipher`
3. Added more documentations for functions and classes in package `takiyasha.algorithms`.
--------
How to install
Provides installation package in wheel (.whl) format.
To install via wheel package, you must first install pip, then run the following commands:
`python -m pip install /path/to/download/folder/takiyasha-0.2.1-py3.8-none-any.whl`
If you don't have pip installed, run the following command:
`python -m ensurepip --upgrade`