Skip to content

akhatkulov/UzChipher-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡⚡UzChipher - CLI


🔑Why is the program called UzChipher?

The reason why I named this program UzChipher is that my interests in cryptography started with my interest in German cryptographers.



💡Questions:


📥You can also use other views of the program!


➤Telegram Bot: LINK
📲Web Application: ---
💻Windows Application ---
🐧Linux Application ---

📁 How to install?

There are two ways to install the program:

➖The first way:

git clone https://github.com/akhatkulov/UzChipher-CLI.git
cd UzChipher-CLI
python3 setup.py

➖The second way:

git clone https://github.com/akhatkulov/UzChipher-CLI.git
cd UzChipher-CLI

➖and install this libraries:

┎  Libraries
╏
╔  typer
╠  inquirer
╚  tabulate

📋How to use?

There are two ways to use it:

➖First way is one line:

For example: python3 app.py hill m--encode uz
📌First we call the program through "python3 app.py" and specify the required encryption method i.e. "hill". Then we tell it the mode, for example "m--encode". At the end, the program should communicate with us in any language, for example, "en", that is, English
┎  Cipher Types                       ┎Code types            ┎Sytem languages
╏                                     ╏                      ╏
╔  Caesar                             ╔ Morze                ╔  uz (Uzbek)
╚  HILL                               ╚ Mirage               ╠  ru (Russian)
                                                             ╚  en (English)

➖Second way is very simple and easy:

Run:python3 app.py

🔥I'm glad you found my program useful, if you have any questions, please contact me!

📩Contact: LINK



# UzChipher-CLI