{"id":29092242,"url":"https://github.com/sanaapathann/fixypy-lite","last_synced_at":"2026-05-02T05:04:40.055Z","repository":{"id":300612575,"uuid":"1006624645","full_name":"Sanaapathann/fixypy-lite","owner":"Sanaapathann","description":"FixyPy Lite is a beginner-friendly Python sandbox that gently corrects common expression mistakes — like mixing strings and numbers — and suggests what you probably meant.","archived":false,"fork":false,"pushed_at":"2025-06-22T17:21:46.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-22T18:26:50.052Z","etag":null,"topics":["error-handling","fix","python","python3","streamlit","website"],"latest_commit_sha":null,"homepage":"https://fixypy.streamlit.app","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/Sanaapathann.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-22T17:07:48.000Z","updated_at":"2025-06-22T17:23:00.000Z","dependencies_parsed_at":"2025-06-22T18:40:10.650Z","dependency_job_id":null,"html_url":"https://github.com/Sanaapathann/fixypy-lite","commit_stats":null,"previous_names":["sanaapathann/fixypy-lite"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sanaapathann/fixypy-lite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanaapathann%2Ffixypy-lite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanaapathann%2Ffixypy-lite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanaapathann%2Ffixypy-lite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanaapathann%2Ffixypy-lite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sanaapathann","download_url":"https://codeload.github.com/Sanaapathann/fixypy-lite/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanaapathann%2Ffixypy-lite/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262389457,"owners_count":23303341,"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":["error-handling","fix","python","python3","streamlit","website"],"created_at":"2025-06-28T07:04:07.066Z","updated_at":"2026-05-02T05:04:39.984Z","avatar_url":"https://github.com/Sanaapathann.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛠️ FixyPy Lite\n\n**FixyPy Lite** is a beginner-friendly Python sandbox that gently corrects common expression mistakes — like mixing strings and numbers — and suggests what you probably meant.\n\n**Tech Stack**\nPython 3.13\nStreamlit\nRegex \u0026 eval-based suggestion engine\n\nTry it now → [https://fixypy.streamlit.app](https://fixypy.streamlit.app)\n\n---\n\n## What is FixyPy Lite?\n\n\u003e `\"hello\" - 2\"` →  error?  \n\u003e FixyPy says: `Did you mean: \"hello\"[:-2]`  Output: `hel`\n\nFixyPy helps new coders learn **by fixing their code** and **explaining the fix** — no cryptic error messages.\n\nIt supports:\n\n- `string + string` (`a+a` → `Did you mean \"a\" + \"a\"?`)\n- `string - number` (`\"abc\" - 1` → `\"abc\"[:-1]`)\n- `string + number` → suggests type casting\n- `number + string` → same fix\n- Handles `/`, `-`, `*`, `//` with strings and numbers\n- More coming soon!\n\n---\n\n## Why FixyPy Lite is Better for Newbies\n\n- Clear, gentle suggestions instead of scary Python errors\n- Tells you what you *meant*, not just what's *wrong*\n- Reinforces key Python rules: types, casting, slicing\n- Built using Streamlit – no install or login needed\n- Perfect for schools, bootcamps, or self-learners\n\n---\n\n## Example Fixes\n\n| Input           | Suggestion                  | Result   |\n|----------------|-----------------------------|----------|\n| `\"a\" + \"a\"`     |  `aa` (works)              | `aa`     |\n| `\"test\" + 5`    | `Did you mean: \"test\" + str(5)` | `test5` |\n| `3 + \"b\"`       | `Did you mean: str(3) + \"b\"` | `3b`     |\n| `\"hello\" - 2`   | `Did you mean: \"hello\"[:-2]` | `hel`    |\n\n---\n\n## How to Use Locally\n\n\n```bash\ngit clone https://github.com/Sanaapathann/fixypy-lite.git\ncd fixypy-lite\npip install streamlit\nstreamlit run fixypy.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanaapathann%2Ffixypy-lite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanaapathann%2Ffixypy-lite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanaapathann%2Ffixypy-lite/lists"}