{"id":21068488,"url":"https://github.com/matheusfillipe/texsolver","last_synced_at":"2026-04-19T13:32:53.303Z","repository":{"id":101330037,"uuid":"398383976","full_name":"matheusfillipe/texsolver","owner":"matheusfillipe","description":"Proof of concept library and scripts for solving the math from latex expressions using sympy. It includes an streamlit app, flask api, simple cli and emacs module.","archived":false,"fork":false,"pushed_at":"2021-09-21T04:28:32.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T13:27:02.923Z","etag":null,"topics":["calculus","emacs","eqations","flask","latex","math","mathematics","python","solver","sympy"],"latest_commit_sha":null,"homepage":"","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/matheusfillipe.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}},"created_at":"2021-08-20T19:43:10.000Z","updated_at":"2021-09-21T04:28:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"547917e3-434d-4b52-a15e-5fab7111c46c","html_url":"https://github.com/matheusfillipe/texsolver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matheusfillipe/texsolver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Ftexsolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Ftexsolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Ftexsolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Ftexsolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matheusfillipe","download_url":"https://codeload.github.com/matheusfillipe/texsolver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusfillipe%2Ftexsolver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["calculus","emacs","eqations","flask","latex","math","mathematics","python","solver","sympy"],"created_at":"2024-11-19T18:22:15.055Z","updated_at":"2026-04-19T13:32:53.285Z","avatar_url":"https://github.com/matheusfillipe.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## TexSolver\n\nA simple streamlit test webapp that reads a latex input and gives possible results from it.\nThe goal is to automate a bit of the math writing with latex. It uses sympy for the solving of various expressions types.\n\n### DEMO\n`demo.py` is a streamlit proof of concept for this idea. \n\nYou will need to install [streamlit](https://streamlit.io/) and run it with:\n```sh\nstreamlit run demo.py\n```\n#### Examples\n![image](https://raw.githubusercontent.com/matheusfillipe/texsovler/main/images/1.jpg)\n![image](https://raw.githubusercontent.com/matheusfillipe/texsovler/main/images/2.jpg)\n![image](https://raw.githubusercontent.com/matheusfillipe/texsovler/main/images/3.jpg)\n\n### Other tools\n\n`api.py` is a simple flask api with a single endpoint.\n\n`cli.py` is cli that takes a latex math expression as input and returns possible completions as lines.\n\n\n### The library\n\nThere is only one function that matters:\n\n```python \nfrom texsuggest import solve\nprint(solve(input(\"Expression to solve: \")))\n```\n\n`solve` will return a list of strings representing latex formated math expressions\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusfillipe%2Ftexsolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatheusfillipe%2Ftexsolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusfillipe%2Ftexsolver/lists"}