{"id":22588957,"url":"https://github.com/likhithsp/automated-certificate-generator-with-python","last_synced_at":"2025-10-07T05:39:09.290Z","repository":{"id":263102165,"uuid":"889356494","full_name":"LikhithSP/Automated-Certificate-Generator-with-Python","owner":"LikhithSP","description":"This project is designed to simplify and automate the process of generation of  certificates using python in docx format within seconds. 🎗️","archived":false,"fork":false,"pushed_at":"2024-11-24T16:33:17.000Z","size":956,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T17:49:41.053Z","etag":null,"topics":["automation","certificate-generation","python","python-projects"],"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/LikhithSP.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}},"created_at":"2024-11-16T06:46:09.000Z","updated_at":"2024-11-24T16:33:21.000Z","dependencies_parsed_at":"2024-12-08T08:11:55.099Z","dependency_job_id":"834b9f9a-2797-4821-81c7-c34039f61eb8","html_url":"https://github.com/LikhithSP/Automated-Certificate-Generator-with-Python","commit_stats":null,"previous_names":["likhithsp/automated-certificate-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LikhithSP/Automated-Certificate-Generator-with-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2FAutomated-Certificate-Generator-with-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2FAutomated-Certificate-Generator-with-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2FAutomated-Certificate-Generator-with-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2FAutomated-Certificate-Generator-with-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LikhithSP","download_url":"https://codeload.github.com/LikhithSP/Automated-Certificate-Generator-with-Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LikhithSP%2FAutomated-Certificate-Generator-with-Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273959748,"owners_count":25198271,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["automation","certificate-generation","python","python-projects"],"created_at":"2024-12-08T08:11:43.206Z","updated_at":"2025-10-07T05:39:04.240Z","avatar_url":"https://github.com/LikhithSP.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 🎗️ Automated Certificate Generation Using Python\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://github.com/LikhithSP/automated-certificate-python/blob/main/images/output.png\"\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\u003cstrong\u003eThis project is designed to simplify and automate the process of generating certificates in .docx format using python \u003c/strong\u003e\u003c/p\u003e\n\n## 🌟 Project Overview\nThis repository demonstrates how to use Python to create, customize, and convert certificates efficiently. It leverages powerful libraries like `python-docx`, `csv`, to handle document creation and conversion seamlessly.\n\n## 📋 Features\n- **Automated Certificate Creation**: Generate certificates in bulk from a CSV file containing recipient details.\n- **Customizable Templates**: Use and modify `.docx` templates for certificate generation.\n- **Directory Management**: Handle input and output directories for easy file management.\n\n## 🚀 Getting Started\n\nTo get started with this project, follow these steps:\n\n1. **Clone the Repository**:\n    ```sh\n    git clone https://github.com/LikhithSP/Automated-Certificate-Generator-with-Python.git\n    ```\n\n2. **Install Dependencies**:\n    Install the required Python libraries:\n    ```sh\n    pip install python-docx \n    ```\n\n3. **Prepare Your Data**:\n    Ensure your `data.csv` file is in the correct format and place it in the project directory.\n\n4. **Run the Script**:\n    Execute the script to generate certificates and convert them to images:\n    ```sh\n    generate certificate.py\n    ```\n\n## 📂 Directory Structure\n\n```plaintext\nautomated-certificate/\n├── certificates/               # Input directory containing .docx certificate templates\n├── images/                     # Output directory for generated image files\n├── data.csv                    # CSV file with recipient details\n├── certificate-template.docx   # Template for certificate generation\n├── main.py                     # Main script for automation\n└── README.md                   # Project documentation\n ```\n\n## 🛠️ Technologies Used\n- **Python**: The core programming language used for scripting.\n- **python-docx**: For reading and writing `.docx` files.\n- **Microsoft Word and Pycharm for exceution \n\n## 🤝 Contributions\nContributions are welcome! If you have ideas for improving this project or adding new features, feel free to fork the repository and submit a pull request. Issues and suggestions can also be raised in the Issues section.\n\n## 📄 License\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n\u003ch2\u003e🤝 Connect With Me\u003c/h2\u003e\n\u003cp\u003e\n  \u003ca href=\"https://www.linkedin.com/in/likhithsp\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.icons8.com/?size=60\u0026id=xuvGCOXi8Wyg\u0026format=png\u0026color=000000\" alt=\"LinkedIn\" class=\"icon\"\u003e\n  \u003c/a\u003e\n  \u0026nbsp;\u0026nbsp;\n  \u003ca href=\"https://www.github.com/LikhithSP\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.icons8.com/?size=60\u0026id=46565\u0026format=png\u0026color=000000\" alt=\"GitHub\" class=\"icon\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikhithsp%2Fautomated-certificate-generator-with-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flikhithsp%2Fautomated-certificate-generator-with-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikhithsp%2Fautomated-certificate-generator-with-python/lists"}