{"id":15015525,"url":"https://github.com/pankaj0038/dcodeki","last_synced_at":"2025-07-08T20:11:25.534Z","repository":{"id":213949194,"uuid":"735340043","full_name":"Pankaj0038/dcodeKi","owner":"Pankaj0038","description":"Python GUI based encoder-decoder tool","archived":false,"fork":false,"pushed_at":"2024-02-25T16:35:14.000Z","size":45773,"stargazers_count":8,"open_issues_count":0,"forks_count":18,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-07T12:03:24.618Z","etag":null,"topics":["cryptography","kivy-framework","kvlang","python3"],"latest_commit_sha":null,"homepage":"https://pankaj0038.github.io/dcodeKi/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pankaj0038.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-24T14:55:50.000Z","updated_at":"2024-02-12T06:26:11.000Z","dependencies_parsed_at":"2024-02-25T17:49:37.454Z","dependency_job_id":null,"html_url":"https://github.com/Pankaj0038/dcodeKi","commit_stats":{"total_commits":143,"total_committers":15,"mean_commits":9.533333333333333,"dds":0.5594405594405594,"last_synced_commit":"9930516c116a1b1727157287228d659c448cde12"},"previous_names":["pankaj0038/dcodeki"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pankaj0038%2FdcodeKi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pankaj0038%2FdcodeKi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pankaj0038%2FdcodeKi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pankaj0038%2FdcodeKi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pankaj0038","download_url":"https://codeload.github.com/Pankaj0038/dcodeKi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223510342,"owners_count":17157306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","kivy-framework","kvlang","python3"],"created_at":"2024-09-24T19:47:34.814Z","updated_at":"2024-11-07T12:03:52.364Z","avatar_url":"https://github.com/Pankaj0038.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"./dcodeKi-app/logo.png\" alt=\"interface\" width=\"100\" align=\"center\"/\u003e\u003cbr\u003e\n\u003ch1 align=\"center\"\u003edcodeKi\u003c/h1\u003e\n\u003c/p\u003e\n\u003ch3 align=\"center\"\u003eA Python GUI Tool for Encoding and Decoding\u003c/h3\u003e\n\n________\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)\n## Table of Contents\n- [About](#about)\n- [Requirements](#requirements)\n- [Install \u0026 run](#install--run)\n- [Contribute](#contribute)\n\n## About\n[dcodeKi](https://github.com/Pankaj0038/dcodeKi) is a Python GUI based encoder-decoder tool using Kivy framework\u003cp\u003e\n**Features**\n- Copy to clipboard\n- GUI\n- Numerous Encoder-decoders\n\n## Requirements\nMake sure to install all the requirement in your system\u003cbr\u003e\n[Except Python you can skip downloading the other modules as I added them in the **requirements.txt** (Just follow all the installation step)]\n   \n1. [Python 3.7 - 3.11](https://www.python.org/downloads/)\u003cbr\u003e\n   **Scripting language I used to write the program**\n2. [Kivy 2.2.1](https://kivy.org/doc/stable/gettingstarted/installation.html)\u003cbr\u003e\n   **Framework to create the GUI (Graphical User Interface)**\n3. [Pyperclip](https://pypi.org/project/pyperclip/)\u003cbr\u003e\n   **Crossplatform module for the copy paste function**\n4. [KivyMD](https://kivymd.readthedocs.io/en/latest/index.html)\u003cbr\u003e\n   **A collection of Material Design compliant widgets for use with kivy**\u003cbr\u003e\n   \n## Install \u0026 run\nTo run the tool in your system (**using terminal**)\n1. First clone the repo\n   ```(bash)\n   git clone https://github.com/Pankaj0038/dcodeKi.git\n   ```\n   **or**\n   You can just download the zip file of the repository\u003cbr\u003e\n3. Change directory to dcodeKi\n   ```(bash)\n   cd dcodeKi-main/dcodeKi-app\n   ```\n4. Download all the requirement (Skip this if already downloaded)\n   ```(bash)\n   pip install -r requirements.txt\n   ```\n   #### incase of linux or mac use pip3 \n   [Note that if you are in Windows then run powershell as administrator and then run the commands]\n   \n6. Run using python\n   ```(bash)\n   python3 dcodeKi.py\n   ```\n## Screenshots\n  ### Stylish loading screen\n  | Image | Description |\n  |---|---|\n  | \u003cimg src=\"./dcodeKi-app/screenshots/UI.png\" alt=\"interface\" width=\"800\" style=\"float:right\"/\u003e| Stylish loading screen |\n  ### Interface\n  | Description | Image |\n  |---|---|\n  | User_friendly Interface   | \u003cimg src=\"./dcodeKi-app/screenshots/INPUT.png\" alt=\"interface\" width=\"800\" style=\"float:right\"/\u003e |\n  \n ### Features\n  | Image | Description |\n  |---|---|\n  | \u003cimg src=\"./dcodeKi-app/screenshots/SEARCH.png\" width=\"800\" style=\"float:right\"/\u003e | Copy button \u003cbr\u003e  Multiple algorithms  |\n\n ### User_friendly nomenclature\n  | Description | Image |\n  |---|---|\n  | General naming of the encoders \u003cbr\u003e | \u003cimg src=\"./dcodeKi-app/screenshots/BUTTON.png\" alt=\"interface\" width=\"800\" style=\"float:right\"/\u003e  |\n\n\n\n\n\n\n## Contribute\nTo contribute in this project\n1. Go to [issues](https://github.com/Pankaj0038/dcodeKi/issues) section\n2. Comment under any issues or create a new issue\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpankaj0038%2Fdcodeki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpankaj0038%2Fdcodeki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpankaj0038%2Fdcodeki/lists"}