{"id":22887621,"url":"https://github.com/dedinc/problemator","last_synced_at":"2025-03-31T19:14:11.664Z","repository":{"id":62254788,"uuid":"559144786","full_name":"DedInc/problemator","owner":"DedInc","description":"WolframAlpha's Unlimited AI-generated practice problems and answers API wrapper.","archived":false,"fork":false,"pushed_at":"2023-06-21T17:33:59.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T16:15:53.520Z","etag":null,"topics":["api-wrapper","math","mathematics","python-wrapper","python-wrapper-api","wolfram-alpha","wrapper-api"],"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/DedInc.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-10-29T07:37:08.000Z","updated_at":"2024-03-13T13:14:41.000Z","dependencies_parsed_at":"2023-01-21T22:40:20.587Z","dependency_job_id":null,"html_url":"https://github.com/DedInc/problemator","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"86420b6a02c233b46898a0f4cc5fb371fd60a23c"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DedInc%2Fproblemator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DedInc%2Fproblemator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DedInc%2Fproblemator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DedInc%2Fproblemator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DedInc","download_url":"https://codeload.github.com/DedInc/problemator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246523867,"owners_count":20791444,"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":["api-wrapper","math","mathematics","python-wrapper","python-wrapper-api","wolfram-alpha","wrapper-api"],"created_at":"2024-12-13T20:37:16.507Z","updated_at":"2025-03-31T19:14:11.634Z","avatar_url":"https://github.com/DedInc.png","language":"Python","readme":"\u003ch1 align=\"center\"\u003eproblemator - WolframAlpha's Unlimited AI-generated practice problems and answers API wrapper.\u003c/h1\u003e\n\n\u003cbr\u003e\n\n\u003ch1 align=\"center\"\u003e -How to use- \u003c/h1\u003e\n\n```python\nfrom problemator import Problemator\nfrom random import choice\n\np = Problemator()  # Initialize\nprint(p.categories)  # See categories\n\ncategory = p.get_category(0)  # Get Addition\n\n# LVL: 0 - Beginner; 1 - Intermediate; 2 - Advanced\n# Count - Number of problems\n# type - Category\nproblem = p.generate_problem(lvl=0, type=category) # Generate a problem\n\nprint(problem['text'])  # Text of the problem\nprint(problem['image'])  # Image of the problem\nprint(problem['difficulty'])  # Difficulty of the problem\n\nresult = p.check_problem(problem, 'x+5')  # Check problem, where x+5 - answer\nprint(result['correct'])  # True or False\nprint(result['attempt'])  # Image of the Attempt\nprint(result['hint'])  # Image of the Hint\nprint(result['solution'])  # Image of the Solution\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedinc%2Fproblemator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdedinc%2Fproblemator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedinc%2Fproblemator/lists"}