{"id":26048587,"url":"https://github.com/jackkweyunga/interpreter-pattern","last_synced_at":"2026-07-16T12:02:45.455Z","repository":{"id":249586438,"uuid":"831925680","full_name":"jackkweyunga/interpreter-pattern","owner":"jackkweyunga","description":"Learning the Interpreter pattern by creating a simple desktop app for basic measurements conversion. Made with python and Kivy.","archived":false,"fork":false,"pushed_at":"2024-07-22T02:06:41.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-19T09:05:11.017Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/jackkweyunga.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-07-22T02:03:37.000Z","updated_at":"2024-12-20T02:05:11.000Z","dependencies_parsed_at":"2024-07-22T03:26:00.382Z","dependency_job_id":null,"html_url":"https://github.com/jackkweyunga/interpreter-pattern","commit_stats":null,"previous_names":["jackkweyunga/interpreter-pattern"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackkweyunga/interpreter-pattern","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Finterpreter-pattern","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Finterpreter-pattern/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Finterpreter-pattern/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Finterpreter-pattern/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackkweyunga","download_url":"https://codeload.github.com/jackkweyunga/interpreter-pattern/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackkweyunga%2Finterpreter-pattern/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35542951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-16T02:00:06.687Z","response_time":83,"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":[],"created_at":"2025-03-08T00:26:56.271Z","updated_at":"2026-07-16T12:02:45.417Z","avatar_url":"https://github.com/jackkweyunga.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## Example of the use of the `Interpreter Pattern` in Python\n\nThis is an example of the use of the `Interpreter Pattern` in Python. The `Interpreter Pattern` is a behavioral design pattern that defines a grammar for a language and an interpreter to interpret the grammar. The grammar is defined using a class hierarchy and the interpreter is implemented using `OOP`.\n\nThe final product a simple Measurement converter ( A kivy GUI Desktop App ) that can convert between different basic measurements such as **pints**, **tablespoons**, **gallons**, **quarts** and **cups**.\n\n\u003cimg src=\"./imgs/screenshot.png\"\u003e\n\n## How to run the code\n\n1. Clone the repository\n2. Install the dependencies in a virtual environment\n\n```shell\ngit clone https://github.com/jackkweyunga/interpreter-pattern.git\ncd interpreter-pattern\npython -m venv venv\npip install -r requirements.txt\n```\n\n2. Run the `main.py` file\n\n```bash\npython main.py\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkweyunga%2Finterpreter-pattern","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackkweyunga%2Finterpreter-pattern","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackkweyunga%2Finterpreter-pattern/lists"}