{"id":20543424,"url":"https://github.com/ferjencoder/04-automate-python","last_synced_at":"2026-05-26T23:02:39.470Z","repository":{"id":222039777,"uuid":"755792377","full_name":"ferjencoder/04-automate-python","owner":"ferjencoder","description":"Automate Excel Report Generation  A Python utility that simplifies the data analysis process by automatically creating pivot tables and generating bar charts from Excel files. Streamline your reporting workflow with a tool designed for efficiency and ease of use, saving time and ensuring accuracy in your Excel-based reports.","archived":false,"fork":false,"pushed_at":"2024-02-11T22:51:53.000Z","size":45,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T04:43:17.150Z","etag":null,"topics":["openpyxl","pandas-python","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/ferjencoder.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}},"created_at":"2024-02-11T04:16:28.000Z","updated_at":"2024-02-11T22:51:25.000Z","dependencies_parsed_at":"2024-02-11T23:44:30.500Z","dependency_job_id":null,"html_url":"https://github.com/ferjencoder/04-automate-python","commit_stats":null,"previous_names":["ferjencoder/04-automate-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ferjencoder/04-automate-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferjencoder%2F04-automate-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferjencoder%2F04-automate-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferjencoder%2F04-automate-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferjencoder%2F04-automate-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ferjencoder","download_url":"https://codeload.github.com/ferjencoder/04-automate-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferjencoder%2F04-automate-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33542350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"ssl_error","status_checked_at":"2026-05-26T15:22:15.568Z","response_time":63,"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":["openpyxl","pandas-python","python"],"created_at":"2024-11-16T01:37:47.869Z","updated_at":"2026-05-26T23:02:39.454Z","avatar_url":"https://github.com/ferjencoder.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automated Excel Reporting Tool\n\nThis project provides a solution to automate the process of generating reports from Excel data. It specifically targets the creation of pivot tables and bar charts, streamlining the workflow for analysis and presentation.\n\n## Description\n\nThe `00_one_report.py` script is designed to take data from an Excel file, create a pivot table, and then generate a corresponding bar chart. This process, which typically requires manual effort in spreadsheet software, is automated to save time and reduce the potential for human error.\n\n## Getting Started\n\n### Dependencies\n\n- Python 3.8 or higher\n- Libraries: pandas, openpyxl\n- Microsoft Windows 10 or higher (the project may work on other operating systems but has not been tested)\n\n### Setup\n\nClone the repository to your local machine:\n\n```bash\ngit clone https://github.com/yourusername/yourprojectname.git\ncd yourprojectname\n```\n\n## Installation\nEnsure you have Python installed and then set up a virtual environment:\n\n```bash\npython -m venv env\nenv\\Scripts\\activate  # On Windows\nsource env/bin/activate  # On Unix or MacOS\n```\n\n### Install the required packages:\n\n```bash\npip install pandas openpyxl\n```\n### Executing the Program\nRun the script with:\n\n```bash\npython 00_one_report.py\n```\n\n### Features\nAutomated pivot table creation from raw Excel data.\nBar chart generation based on the pivot table data.\nOutput saved as an enhanced Excel file with the pivot table and chart included.\n\n### Help\nIf you encounter any issues, check the db directory to ensure your Excel data file is named correctly and placed in the correct path.\n\n### Contributing\nContributions to this project are welcome. Please fork the repository and submit a pull request with your suggested changes.\n\n### License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n### Acknowledgments\nThanks to Frank Andrade\nAutomate with Python\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferjencoder%2F04-automate-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferjencoder%2F04-automate-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferjencoder%2F04-automate-python/lists"}