{"id":22216824,"url":"https://github.com/conorsheehan1/caesar_cipher","last_synced_at":"2026-04-27T12:03:00.346Z","repository":{"id":75074024,"uuid":"63900464","full_name":"ConorSheehan1/caesar_cipher","owner":"ConorSheehan1","description":"Desktop app using tkinter to generate caesar ciphers","archived":false,"fork":false,"pushed_at":"2024-05-08T08:12:02.000Z","size":74,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T07:14:21.197Z","etag":null,"topics":["caesar-cipher","cipher","github-actions","pipenv","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/ConorSheehan1.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":"2016-07-21T20:31:28.000Z","updated_at":"2024-05-08T08:12:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5f404e5-e146-4f57-9df2-7f39bf2c5b3a","html_url":"https://github.com/ConorSheehan1/caesar_cipher","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ConorSheehan1/caesar_cipher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConorSheehan1%2Fcaesar_cipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConorSheehan1%2Fcaesar_cipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConorSheehan1%2Fcaesar_cipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConorSheehan1%2Fcaesar_cipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ConorSheehan1","download_url":"https://codeload.github.com/ConorSheehan1/caesar_cipher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ConorSheehan1%2Fcaesar_cipher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["caesar-cipher","cipher","github-actions","pipenv","python","tkinter"],"created_at":"2024-12-02T22:13:36.868Z","updated_at":"2026-04-27T12:03:00.329Z","avatar_url":"https://github.com/ConorSheehan1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://github.com/ConorSheehan1/caesar_cipher/workflows/ci/badge.svg)](https://github.com/ConorSheehan1/caesar_cipher/actions/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![Python version](https://img.shields.io/badge/dynamic/yaml?url=https://raw.githubusercontent.com/ConorSheehan1/caesar_cipher/master/.github/workflows/ci.yml\u0026label=python\u0026query=$.jobs.build.strategy.matrix.python)](https://github.com/ConorSheehan1/caesar_cipher/blob/master/.github/workflows/ci.yml#L13)\n\n# Requirements\n1. To run the app, all you need is python3 and tkinter. You can download them here: [https://www.python.org/downloads/](https://www.python.org/downloads/)\n\n# Usage\nRun ```python3 src/ui.py```. You should see something like this: \n  \n![UI image](.github/images/Capture.PNG)\n\nThe program ignores everything other than characters in the Latin alphabet ```[a-zA-Z]```.\n\nIt is possible to shift the text either direction. For example shifting text back 1 letter is equivalent to moving the text forward 25 letters. This also makes it easier to reverse ciphers. If you already know how many letters a piece of text is shifted forward, put a minus in front of that number to unscramble the text.  \n \n![UI image](.github/images/reverse.PNG)\n\n# Development\nInstallation:  \n```\npip install pipenv\npipenv install --dev\n```\n\nTests:  \n```pipenv run tests```\n\nLinter:  \n```pipenv run lint```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconorsheehan1%2Fcaesar_cipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconorsheehan1%2Fcaesar_cipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconorsheehan1%2Fcaesar_cipher/lists"}