{"id":23774503,"url":"https://github.com/jarvis-ai/drawplot-py","last_synced_at":"2026-02-11T10:02:37.341Z","repository":{"id":269551418,"uuid":"907763086","full_name":"JARVIS-AI/drawplot-py","owner":"JARVIS-AI","description":"Drawing Plot for Signal \u0026 System designs","archived":false,"fork":false,"pushed_at":"2024-12-25T14:15:41.000Z","size":18119,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T20:52:35.414Z","etag":null,"topics":["drawplot","signal-system","system-signal"],"latest_commit_sha":null,"homepage":"https://amirmohammadsafari.ir/posts/drawplot-app-fa","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JARVIS-AI.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":"2024-12-24T10:27:00.000Z","updated_at":"2025-01-07T17:42:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"f28376b9-ecac-4bab-8f4f-e1f2f8b3a30c","html_url":"https://github.com/JARVIS-AI/drawplot-py","commit_stats":null,"previous_names":["jarvis-ai/drawplot-py"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/JARVIS-AI/drawplot-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JARVIS-AI%2Fdrawplot-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JARVIS-AI%2Fdrawplot-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JARVIS-AI%2Fdrawplot-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JARVIS-AI%2Fdrawplot-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JARVIS-AI","download_url":"https://codeload.github.com/JARVIS-AI/drawplot-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JARVIS-AI%2Fdrawplot-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29331602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"last_error":"SSL_read: 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":["drawplot","signal-system","system-signal"],"created_at":"2025-01-01T06:15:33.300Z","updated_at":"2026-02-11T10:02:37.336Z","avatar_url":"https://github.com/JARVIS-AI.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drawplot-py\nDrawing Plot for Signal \u0026amp; System designs\n\nWe developed 2 version of this app\n\n1. Numpy + Matplotlib App\n\n2. No Dependency App\n\nNo differences in functionality tho in app size and speed of running there are much to say.\n\n**RECOMMENDED is Second Version**\n\n## Screenshot\n\n### Version 1\n\n##### macOS\n\n![MainUI MacOS](sc/sc_1.png)\n\n##### Windows\n\n![MainUI Windows](sc/sc_2.png)\n\n---\n\n### Version 2\n\n##### macOS\n\nFarsi Version\n\n![MainUI MacOS](sc/sc_fa.png)\n\nEnglish Version\n\n![MainUI MacOS](sc/sc_en.png)\n\nJapanese Version\n\n![MainUI MacOS](sc/sc_jp.png)\n\n##### Windows\n\nWindows English Version\n\n![MainUI Windows](sc/sc_w_en.png)\n\nWindows Japanese Version\n\n![MainUI Windows](sc/sc_w_jp.png)\n\nWindows Farsi Version\n\n![MainUI Windows](sc/sc_w_fa.png)\n\n## Requirements for Version 1\n\n- Python 3.13+\n- Install pip and related packages\n\n## Requirements for Version 2\n\n- Nothing just a full python installation will satisfied\n\n## Version 1 Powered \n\n- Matplotlib\n- Numpy\n\n## Download\n\nYou can use pre build macOS farsi version [here](https://github.com/JARVIS-AI/drawplot-py/releases/download/2.1.2/Drawplot_FA_macOS.app.zip)\n\nIf you want other versions and language just use source code and compile them by yourself\n\n## How to compile version 2 (Recommended)\n\n```bash\npip install pyinstaller\n\npyinstaller --onefile --windowed --icon=drawplot.ico --noconsole --strip --clean --name \"Drawplot_FA_macOS\" Graphity_fa.py\n\npyinstaller --onefile --windowed --icon=drawplot.ico --noconsole --strip --clean --name \"Drawplot_EN_macOS\" Graphity_en.py\n\npyinstaller --onefile --windowed --icon=drawplot.ico --noconsole --strip --clean --name \"Drawplot_JP_macOS\" Graphity_jp.py\n\non Windows just rename the --name \"Drawplot_JP_Win\"\n\nSame goes on linux\n```\n\n## How to compile version 1\n\n```bash\npython3.13 -m venv .env\n\nsource .env/bin/activate [UNIX]\n\n.\\.env\\bin\\activate [WINDOWS NT]\n\npip install -r requirements.txt\n\npyinstaller --onefile --windowed --icon=drawplot.ico --noconsole --strip --clean --name \"Drawplot\" drawplot.py\n```\n\n## Credit\n\n- Windows developer : [Mr.Hidden](https://t.me/Darker1063)\n- - [Github](https://github.com/hamid1021)\n- macOS and Linux developer and CC: [J4RVIS](https://me.amsl.ir)\n- - [GitHub](https://github.com/JARVIS-AI)\n\n## Thanks\n\nMany thanks to users - friends - teachers and who had helped us during development\n\nHope you have ejoy using this app and learn new things\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarvis-ai%2Fdrawplot-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarvis-ai%2Fdrawplot-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarvis-ai%2Fdrawplot-py/lists"}