dcodeKi is a Python GUI based encoder-decoder tool using Kivy framework
Features
- Copy to clipboard
- GUI
- Numerous Encoder-decoders
Make sure to install all the requirement in your system
[Except Python you can skip downloading the other modules as I added them in the requirements.txt (Just follow all the installation step)]
- Python 3.7 - 3.11
Scripting language I used to write the program - Kivy 2.2.1
Framework to create the GUI (Graphical User Interface) - Pyperclip
Crossplatform module for the copy paste function - KivyMD
A collection of Material Design compliant widgets for use with kivy
To run the tool in your system (using terminal)
-
First clone the repo
git clone https://github.com/Pankaj0038/dcodeKi.git
or You can just download the zip file of the repository
-
Change directory to dcodeKi
cd dcodeKi-main/dcodeKi-app
-
Download all the requirement (Skip this if already downloaded)
pip install -r requirements.txt
[Note that if you are in Windows then run powershell as administrator and then run the commands]
-
Run using python
python3 dcodeKi.py
Image | Description |
---|---|
Stylish loading screen |
Description | Image |
---|---|
User_friendly Interface |
Image | Description |
---|---|
Copy button Multiple algorithms |
Description | Image |
---|---|
General naming of the encoders |
To contribute in this project
- Go to issues section
- Comment under any issues or create a new issue