ccypher

Graphic user interface to encrypt or decrypt text.


Keywords
ccypher, cypher, encrypt, decrypt, text, casear, caesarcypher
License
MIT
Install
pip install ccypher==0.1

Documentation

########## CCYPHER #############

--README--

CCypher is used to encrypt or decrypt entered text into an output text box.


####### CCYPHER PACKAGE UPGRADE #########

--Change to root directory of package file:
'cd /Users/<USERNAME>/<PATH>/<TO>/ccypher'

--Run below script in root of package folder:
'python setup.py sdist'

--* Make sure 'twine' is installed. *
--* In case you need to know the 'twine' install command, run: *
--* 'pip install twine' *

--Then, run the below script to update package:
'twine upload dist/*'

--After running above script, enter PYPI username and password.