{"id":21516448,"url":"https://github.com/sour-abh-raj/pptgen","last_synced_at":"2025-06-20T00:09:03.624Z","repository":{"id":251902928,"uuid":"838782934","full_name":"Sour-abh-Raj/PPTGen","owner":"Sour-abh-Raj","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-22T22:18:58.000Z","size":5,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T16:21:12.999Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Sour-abh-Raj.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}},"created_at":"2024-08-06T10:33:05.000Z","updated_at":"2024-08-06T15:14:18.000Z","dependencies_parsed_at":"2024-11-24T00:23:34.148Z","dependency_job_id":"006357c9-4e83-4fb7-ba51-bb4fd0e9d6eb","html_url":"https://github.com/Sour-abh-Raj/PPTGen","commit_stats":null,"previous_names":["sour-abh-raj/pptgen"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sour-abh-Raj/PPTGen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sour-abh-Raj%2FPPTGen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sour-abh-Raj%2FPPTGen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sour-abh-Raj%2FPPTGen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sour-abh-Raj%2FPPTGen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sour-abh-Raj","download_url":"https://codeload.github.com/Sour-abh-Raj/PPTGen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sour-abh-Raj%2FPPTGen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260852153,"owners_count":23072604,"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":[],"created_at":"2024-11-24T00:21:19.071Z","updated_at":"2025-06-20T00:08:58.199Z","avatar_url":"https://github.com/Sour-abh-Raj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PowerPoint Presentation Generator\n\nThis project generates a PowerPoint presentation from a JSON file using a provided template. The generated presentation can be downloaded directly from the Streamlit app interface.\n\n## Features\n\n- Upload a JSON file containing slide content\n- Upload a PowerPoint template file\n- Generate a formatted PowerPoint presentation based on the provided template and JSON data\n- Download the generated presentation\n\n## Requirements\n\n- Python 3.6 or higher\n- Streamlit\n- python-pptx\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone origin https://github.com/Sour-abh-Raj/PPTGen.git\n   cd ppt-generator\n   ```\n\n2. Install the required packages:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Usage\n\n1. Run the Streamlit app:\n\n   ```bash\n   streamlit run app.py\n   ```\n\n2. Open the provided URL in your browser.\n\n3. Upload the JSON file with the slide content and the PowerPoint template file.\n\n4. Click the \"Download PPT\" button to download the generated presentation.\n\n## JSON Data Structure\n\nThe JSON file should be structured as follows:\n\n```json\n[\n  {\n    \"title\": \"Slide Title 1\",\n    \"content\": [\"Content line 1\", \"Content line 2\", \"Content line 3\"]\n  },\n  {\n    \"title\": \"Slide Title 2\",\n    \"content\": [\"Content line 1\", \"Content line 2\", \"Content line 3\"]\n  }\n  // Add more slides as needed\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsour-abh-raj%2Fpptgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsour-abh-raj%2Fpptgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsour-abh-raj%2Fpptgen/lists"}