{"id":13658245,"url":"https://github.com/vamsi-aribandi/PERTgen","last_synced_at":"2025-04-24T08:31:41.337Z","repository":{"id":67169997,"uuid":"122454883","full_name":"vamsi-aribandi/PERTgen","owner":"vamsi-aribandi","description":"Python code to generate a PERT graph and Gantt chart given a task schedule","archived":false,"fork":false,"pushed_at":"2018-02-22T09:45:23.000Z","size":5,"stargazers_count":18,"open_issues_count":1,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T22:18:08.664Z","etag":null,"topics":["matplotlib","networkx"],"latest_commit_sha":null,"homepage":null,"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/vamsi-aribandi.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}},"created_at":"2018-02-22T09:09:34.000Z","updated_at":"2024-05-24T14:27:10.000Z","dependencies_parsed_at":"2023-06-10T03:45:55.756Z","dependency_job_id":null,"html_url":"https://github.com/vamsi-aribandi/PERTgen","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vamsi-aribandi%2FPERTgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vamsi-aribandi%2FPERTgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vamsi-aribandi%2FPERTgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vamsi-aribandi%2FPERTgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vamsi-aribandi","download_url":"https://codeload.github.com/vamsi-aribandi/PERTgen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250592045,"owners_count":21455488,"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":["matplotlib","networkx"],"created_at":"2024-08-02T05:00:57.969Z","updated_at":"2025-04-24T08:31:41.048Z","avatar_url":"https://github.com/vamsi-aribandi.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# PERTgen\nPython code to generate a PERT graph and Gantt chart given a task schedule.\n\n## Requirements\nThis project uses python3, and the following libraries must be installed to run it:\n* [NetworkX](https://networkx.github.io/) - Used to make the PERT graph.\n* [Matplotlib](https://matplotlib.org/) - Used to make the Gantt chart, as well as show and save both the PERT graph and Gantt chart.\n\n## Data input\nThe task data must be given in a CSV file, in the format of the sample ones given (```tasks.csv``` and ```tasks2.csv```),\ni.e. each row starting from the second one should have a task, its duration and all its dependencies seperated by spaces\n\n## Test it\nThe project can be tested with the simple tkinter GUI by running ```gui.py``` with the python3 interpreter, although all the important code is in ```pert.py``` which can also be run after specifying which file is to be loaded.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvamsi-aribandi%2FPERTgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvamsi-aribandi%2FPERTgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvamsi-aribandi%2FPERTgen/lists"}