{"id":20376197,"url":"https://github.com/mrglaster/code-from-screenshot-api-re","last_synced_at":"2026-04-20T04:35:39.970Z","repository":{"id":220618705,"uuid":"752120410","full_name":"mrglaster/Code-From-Screenshot-API-RE","owner":"mrglaster","description":"Reverse engineered API for Code-From-Screenshot (codefromscreenshot.com) with python realization","archived":false,"fork":false,"pushed_at":"2024-02-03T04:52:53.000Z","size":457,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T21:41:50.487Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrglaster.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}},"created_at":"2024-02-03T04:45:22.000Z","updated_at":"2024-02-03T04:46:12.000Z","dependencies_parsed_at":"2024-02-03T05:43:01.430Z","dependency_job_id":null,"html_url":"https://github.com/mrglaster/Code-From-Screenshot-API-RE","commit_stats":null,"previous_names":["mrglaster/code-from-screenshot-api-re"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mrglaster/Code-From-Screenshot-API-RE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrglaster%2FCode-From-Screenshot-API-RE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrglaster%2FCode-From-Screenshot-API-RE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrglaster%2FCode-From-Screenshot-API-RE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrglaster%2FCode-From-Screenshot-API-RE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrglaster","download_url":"https://codeload.github.com/mrglaster/Code-From-Screenshot-API-RE/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrglaster%2FCode-From-Screenshot-API-RE/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32032822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":"2024-11-15T01:36:12.090Z","updated_at":"2026-04-20T04:35:39.948Z","avatar_url":"https://github.com/mrglaster.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Code From Screenshot: Reverse Engineered API \n\n### Description \n\nThis project is the result of [Code From Screenshot](https://www.codefromscreenshot.com/) service API reverse engineering. In api_demo.py you will find the implementation of the API as well as an usage example \n\n![изображение](https://github.com/mrglaster/Code-From-Screenshot-API-RE/assets/50916604/9665dfe4-c2ce-4f99-8fa4-f3ad27adddfa)\n\n\n### Results demo \n\n#### Source Image \n\n![изображение](https://github.com/mrglaster/Code-From-Screenshot-API-RE/assets/50916604/e2fa0c0c-ab76-4c63-b40c-72d3c472fd08)\n\n\n#### Recognized Code \n\n```\nimport java.util.Scanner;\n\nclass Main {\n    public static void main(String[] args) {\n        Scanner in = new Scanner(System.in);\n\n        System.out.print(\"How old are you?: \");\n        int age = in.nextInt();\n\n        if (age \u003c 16) {\n            System.out.println(\"Sorry, you are not quite old enough to drive!\");\n        } else {\n            System.out.println(\"Yeah! Happy driving!\");\n        }\n    }\n}\n```\n\n#### Source Image \n\n\n![изображение](https://github.com/mrglaster/Code-From-Screenshot-API-RE/assets/50916604/f7b1b746-fc76-4d02-99ff-8fefeb7502c6)\n\n\n#### Recognized Code \n\n\n```\n@Controller\n@RequestMapping(\"student/registration\")\npublic class StudentRegistrationController {\n\n    @InitBinder\n    public void initBinder(WebDataBinder dataBinder) {\n\n        StringTrimmerEditor stringTrimmerEditor = new StringTrimmerEditor(true);\n        dataBinder.registerCustomEditor(String.class, stringTrimmerEditor);\n    }\n\n    @RequestMapping(\"/registrationForm\")\n    public String showForm(Model theModel) {\n        Student theStudent = new Student();\n        theModel.addAttribute(\"student\", theStudent);\n\n        return \"student-registration-form\";\n    }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrglaster%2Fcode-from-screenshot-api-re","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrglaster%2Fcode-from-screenshot-api-re","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrglaster%2Fcode-from-screenshot-api-re/lists"}