{"id":17361931,"url":"https://github.com/devinci-it/encode-py","last_synced_at":"2025-03-27T16:45:56.508Z","repository":{"id":220231722,"uuid":"751102879","full_name":"devinci-it/encode-py","owner":"devinci-it","description":"encode is a Python package that provides a command-line interface for encoding and decoding strings using various methods such as Base64, URL encoding, and HTML encoding.","archived":false,"fork":false,"pushed_at":"2024-01-31T23:51:18.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T20:28:10.160Z","etag":null,"topics":["python3"],"latest_commit_sha":null,"homepage":"https://github.com/devinci-it/encode-py","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/devinci-it.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-01-31T23:41:02.000Z","updated_at":"2024-02-01T05:18:26.000Z","dependencies_parsed_at":"2024-02-01T00:46:32.291Z","dependency_job_id":null,"html_url":"https://github.com/devinci-it/encode-py","commit_stats":null,"previous_names":["devinci-it/encode-py"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinci-it%2Fencode-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinci-it%2Fencode-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinci-it%2Fencode-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devinci-it%2Fencode-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devinci-it","download_url":"https://codeload.github.com/devinci-it/encode-py/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245887829,"owners_count":20688893,"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":["python3"],"created_at":"2024-10-15T19:36:11.203Z","updated_at":"2025-03-27T16:45:56.483Z","avatar_url":"https://github.com/devinci-it.png","language":"Python","readme":"![image](logo.svg)\n\n`encode` is a Python package that provides a command-line interface for encoding and decoding strings using various methods such as Base64, URL encoding, and HTML encoding.\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have Python and `pip` installed on your system.\n\n### Clone the Repository\n\n```bash\ngit clone https://github.com/devinci-it/encoder-py.git\ncd encoder-py\n```\n\n### Install Dependencies\n\n```bash\n# Optionally, create and activate a virtual environment\npython -m venv venv\nsource venv/bin/activate   # On Linux or macOS\n# or\n.\\venv\\Scripts\\activate   # On Windows\n\n# Install dependencies\npip install -r requirements.txt\n```\n\n## Usage\n\n### Run the Script\n\n```bash\npython encoder/cli.py --interactive\n```\n\n### Making It System-Wide\n\nTo make the `encoder` script accessible system-wide, create a script in a directory in your system's `PATH`. For example, on Linux:\n\n```bash\necho \"python /path/to/encoder-py/encoder/cli.py \\\"\\$@\\\"\" | sudo tee /usr/local/bin/encoder\nsudo chmod +x /usr/local/bin/encoder\n```\n\nReplace `/path/to/encoder-py/` with the actual path to your `encoder-py` directory.\n\nNow, you can run the `encoder` command system-wide:\n\n```bash\n$ encoder --interactive\n\n    ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄\n    █░▄▄█░▄▄▀█▀▄▀█▀▄▄▀█░▄▀█░▄▄\n    █░▄▄█░██░█░█▀█░██░█░█░█░▄▄\n    █▄▄▄█▄██▄██▄███▄▄██▄▄██▄▄▄\n    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀\n\nAuthor: devinci-it\n(c) 2024\nMIT LICENSE \n    \nUsage: python cli.py [OPTIONS]\n\nOptions:\n-e, --encode      Encode input string\n-d, --decode      Decode input string\n-c, --continuous  Continuous mode for encoding/decoding\n-t, --type TEXT   Select encoding type (default: base64)\n-i, --interactive Interactive mode for encoding/decoding\n-h, --help        Show this message and exit\n```\n\n## Contributing\n\nIf you'd like to contribute, please fork the repository and create a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinci-it%2Fencode-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevinci-it%2Fencode-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevinci-it%2Fencode-py/lists"}