{"id":27353974,"url":"https://github.com/viniciusfinger/deterministic-finite-automaton-python","last_synced_at":"2025-09-07T02:40:18.607Z","repository":{"id":196762478,"uuid":"649488967","full_name":"viniciusfinger/deterministic-finite-automaton-python","owner":"viniciusfinger","description":"Deterministic finite automaton built in python","archived":false,"fork":false,"pushed_at":"2024-01-06T11:33:25.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-02T15:53:54.324Z","etag":null,"topics":["automaton","computer-science","python"],"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/viniciusfinger.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":"2023-06-05T01:35:53.000Z","updated_at":"2025-06-06T14:34:26.000Z","dependencies_parsed_at":"2025-04-12T21:18:35.179Z","dependency_job_id":"b2875e8c-e2a7-434f-900a-e477246a6e5b","html_url":"https://github.com/viniciusfinger/deterministic-finite-automaton-python","commit_stats":null,"previous_names":["viniciusfinger/afd-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/viniciusfinger/deterministic-finite-automaton-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusfinger%2Fdeterministic-finite-automaton-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusfinger%2Fdeterministic-finite-automaton-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusfinger%2Fdeterministic-finite-automaton-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusfinger%2Fdeterministic-finite-automaton-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viniciusfinger","download_url":"https://codeload.github.com/viniciusfinger/deterministic-finite-automaton-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viniciusfinger%2Fdeterministic-finite-automaton-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273989150,"owners_count":25203213,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"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":["automaton","computer-science","python"],"created_at":"2025-04-12T21:18:33.697Z","updated_at":"2025-09-07T02:40:18.562Z","avatar_url":"https://github.com/viniciusfinger.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Deterministic Finite Automaton in Python 🐍\n\nDeterministic finite automaton simulator built in Python for the Formal Languages and Automaton course at La Salle University.\n\n\n## Running locally:\n\nClone the project:\n\n```bash\n  git clone git@github.com:viniciusfinger/afd-python.git\n```\n\nAccess the project folder:\n\n```bash\n  cd afd-python\n```\n\nRun the main file:\n\n```bash\n  python3 main.py\n```\n## Running on browser:\n\nAccess the link bellow and click \"Run\":\n\nhttps://replit.com/@FelipeRonzani/AFD-Linguagens-Formais-e-Automatos\n\n## How to use:\n\nAfter running, just fill in the information requested by the console\n\nYou must insert the automaton states into this pattern, according to the number of states you need, following the pattern s{number of state}:\n\n```bash\n  s0 s1 s2 s3\n```\n\nThen, insert the alphabet characters into this pattern, however you want:\n\n```bash\n  a b c d\n```\n\nWhen asked to complete the sentence with the next state, you must enter next state for that value or a period (.) when there is no next state.\n\nThe number above the arrow is the value read by the tape, the state on the left is the current state and the state on the right (which you must fill in) is where it will go.\n\n```bash\n    0\ns0 ---\u003e (coloque o estado que irá quando estiver em s0 e a fita ler 0, ou ponto (.) caso não haja transição)\n```\n\nAt the end, the program will request a word to be validated in the automaton.\n\nSe for válida, printará \"Palavra aceita pelo autômato\". Caso contrário, printará \"Palavra rejeitada pelo autômato\".\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviniciusfinger%2Fdeterministic-finite-automaton-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviniciusfinger%2Fdeterministic-finite-automaton-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviniciusfinger%2Fdeterministic-finite-automaton-python/lists"}