{"id":19223634,"url":"https://github.com/yashitacodes/encode-me","last_synced_at":"2026-06-12T01:31:29.244Z","repository":{"id":259016117,"uuid":"861362359","full_name":"YashitaCodes/encode-me","owner":"YashitaCodes","description":"A simple desktop application in python that allows you to encode and decode texts.","archived":false,"fork":false,"pushed_at":"2024-09-25T19:11:12.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T21:16:25.269Z","etag":null,"topics":["cryptography","decryption","desktop","encryption","gui","python","tkinter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/YashitaCodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-09-22T17:34:54.000Z","updated_at":"2024-09-25T19:12:04.000Z","dependencies_parsed_at":"2024-10-22T14:32:47.376Z","dependency_job_id":null,"html_url":"https://github.com/YashitaCodes/encode-me","commit_stats":null,"previous_names":["yashitacodes/encode-me"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YashitaCodes%2Fencode-me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YashitaCodes%2Fencode-me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YashitaCodes%2Fencode-me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YashitaCodes%2Fencode-me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YashitaCodes","download_url":"https://codeload.github.com/YashitaCodes/encode-me/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240298487,"owners_count":19779283,"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","decryption","desktop","encryption","gui","python","tkinter"],"created_at":"2024-11-09T15:09:07.386Z","updated_at":"2026-06-12T01:31:28.833Z","avatar_url":"https://github.com/YashitaCodes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text Encoding Application\n\nThis is a Python-based desktop application that allows users to input text and encode it using various algorithms, such as Base64, MD5, SHA-256, and AES. The application features a graphical user interface (GUI) built using Tkinter.\n\n## Features\n\n- **User-Friendly GUI**: Enter text and select encoding algorithms easily.\n- **Multiple Algorithms**: Supports Base64 encoding, MD5 and SHA-256 hashing, and AES encryption.\n- **Copy to Clipboard**: Encoded or hashed results can be copied directly to the clipboard.\n- **Error Handling**: Includes basic error handling for invalid input.\n\n## Project Structure\n\n```\nencoding_app/\n│\n├── main.py          # Main entry point for the application\n├── gui.py           # GUI-related code using Tkinter\n├── encoders.py      # Functions for different encoding/decoding algorithms\n├── helpers.py       # Utility functions (optional)\n├── requirements.txt # Required Python libraries\n```\n\n## Installation\n\n### Prerequisites\n\n- Python 3.6+\n- Virtual environment (recommended)\n\n### Steps\n\n1. **Clone the repository** :\n\n   ```bash\n   git clone https://github.com/YashitaCodes/encode-me.git\n   cd encode-me\n   ```\n\n2. **Create a virtual environment** (optional but recommended):\n\n   ```bash\n   python -m venv venv\n   ```\n\n3. **Activate the virtual environment**:\n\n   - **Windows**:\n     ```bash\n     venv\\Scripts\\activate\n     ```\n   - **Mac/Linux**:\n     ```bash\n     source venv/bin/activate\n     ```\n\n4. **Install dependencies**:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n5. **Run the application**:\n   ```bash\n   python main.py\n   ```\n\n## Usage\n\n1. Launch the application by running `main.py`.\n2. Enter the text you want to encode.\n3. Select the encoding algorithm (Base64, MD5, SHA-256, AES).\n4. Click \"Encode\" to get the result.\n5. You can copy the encoded result to your clipboard using the \"Copy to Clipboard\" button.\n\n## Future Enhancements\n\n- Add support for more encoding algorithms.\n- Include options for file encoding.\n- Save encoded results to a file.\n\n## License\n\nThis project is open-source and available under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashitacodes%2Fencode-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyashitacodes%2Fencode-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyashitacodes%2Fencode-me/lists"}