{"id":27736768,"url":"https://github.com/emberfox205/finite-automata-toolkit","last_synced_at":"2026-04-12T07:37:30.298Z","repository":{"id":290100305,"uuid":"973366901","full_name":"emberfox205/finite-automata-toolkit","owner":"emberfox205","description":"Collection of GUI tools to create and interact with finite automata","archived":false,"fork":false,"pushed_at":"2025-05-02T09:57:42.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T12:03:52.910Z","etag":null,"topics":["dfa","finite-automata","graphviz","pandas","python","streamlit"],"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/emberfox205.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-26T20:43:28.000Z","updated_at":"2025-05-02T09:57:46.000Z","dependencies_parsed_at":"2025-04-26T22:18:32.359Z","dependency_job_id":"bc8eef38-e10e-45af-a3a8-fdafc41bd65f","html_url":"https://github.com/emberfox205/finite-automata-toolkit","commit_stats":null,"previous_names":["emberfox205/finite-automata-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emberfox205/finite-automata-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emberfox205%2Ffinite-automata-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emberfox205%2Ffinite-automata-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emberfox205%2Ffinite-automata-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emberfox205%2Ffinite-automata-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emberfox205","download_url":"https://codeload.github.com/emberfox205/finite-automata-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emberfox205%2Ffinite-automata-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31707953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dfa","finite-automata","graphviz","pandas","python","streamlit"],"created_at":"2025-04-28T14:30:14.822Z","updated_at":"2026-04-12T07:37:30.260Z","avatar_url":"https://github.com/emberfox205.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# finite-automata-toolkit\n\n[![Python](https://img.shields.io/badge/python-3.12.9-blue.svg)](https://www.python.org/downloads/release/python-3129/)\n\nCollection of GUI tools, built with Streamlit, to create and interact with finite automata.\n\n---\n\n## Installation\n\n### Prerequisites\n\n- [Python 3.12.9](https://www.python.org/downloads/release/python-3129/) or newer\n- [Miniconda](https://docs.conda.io/en/latest/miniconda.html) or [Anaconda](https://www.anaconda.com/products/distribution) (optional)\n- [Graphviz](https://graphviz.org/download/) (required for visualization)\n\n### Setup Instructions\n\n1. Clone the repository\n   ```bash\n   git clone https://github.com/emberfox205/finite-automata-toolkit.git\n   cd finite-automata-toolkit\n   ```\n\n2. Install Graphviz (system dependency)\n   \n   **On Windows:**\n   ```bash\n   # Download and install from https://graphviz.org/download/\n   # Make sure to add Graphviz to your PATH during installation\n   ```\n   \n   **On macOS:**\n   ```bash\n   brew install graphviz\n   ```\n   \n   **On Ubuntu/Debian:**\n   ```bash\n   sudo apt update\n   sudo apt install graphviz\n   ```\n\n3. Set up environment (choose one option):\n\n   **Option A: Using Python's venv**\n   ```bash\n   python -m venv venv\n   # On Windows\n   venv\\Scripts\\activate\n   # On macOS/Linux\n   source venv/bin/activate\n   ```\n\n   **Option B: Using Conda (optional)**\n   ```bash\n   conda create -n finite-automata python=3.12.9\n   conda activate finite-automata\n   ```\n\n4. Install required dependencies\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n5. Run the application\n   ```bash\n   streamlit run main.py\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femberfox205%2Ffinite-automata-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femberfox205%2Ffinite-automata-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femberfox205%2Ffinite-automata-toolkit/lists"}