{"id":22758757,"url":"https://github.com/aymen016/certificate-generator","last_synced_at":"2026-05-03T16:32:16.681Z","repository":{"id":264215608,"uuid":"892708291","full_name":"Aymen016/Certificate-Generator","owner":"Aymen016","description":"Certificate Generator: A Flask-based app to create and manage certificates.","archived":false,"fork":false,"pushed_at":"2024-11-22T16:58:41.000Z","size":1388,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Main","last_synced_at":"2025-03-30T08:29:18.496Z","etag":null,"topics":["css","flask","html","pillow","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/Aymen016.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-11-22T16:13:09.000Z","updated_at":"2024-12-04T16:14:53.000Z","dependencies_parsed_at":"2024-11-22T21:31:55.165Z","dependency_job_id":null,"html_url":"https://github.com/Aymen016/Certificate-Generator","commit_stats":null,"previous_names":["aymen016/certificate-generator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Aymen016/Certificate-Generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aymen016%2FCertificate-Generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aymen016%2FCertificate-Generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aymen016%2FCertificate-Generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aymen016%2FCertificate-Generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aymen016","download_url":"https://codeload.github.com/Aymen016/Certificate-Generator/tar.gz/refs/heads/Main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aymen016%2FCertificate-Generator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32577121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"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":["css","flask","html","pillow","python"],"created_at":"2024-12-11T08:15:41.952Z","updated_at":"2026-05-03T16:32:16.664Z","avatar_url":"https://github.com/Aymen016.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Certificate Generator 🚀🎓\n\nThis project is a **Certificate Generator** web application built using **HTML**, **CSS**, and **Python (Flask)**. Users can enter their name, generate a personalized certificate 🖼️, and download it as an image.\n\n---\n\n## Features ✨\n\n- **Responsive Design** 📱: Modern and visually appealing user interface with gradient backgrounds and interactive elements.\n- **Dynamic Certificate Generation** 🖊️: Users can input their name, and the app dynamically adds the name to a certificate template.\n- **Animated Background** 🎇: Includes animated elements (e.g., floating spaceship or rocket) for a visually engaging experience.\n- **Downloadable Certificates** 📥: Users can download their generated certificate as a PNG file.\n- **Customizable Template** 🎨: You can replace the default template with your own design!\n\n---\n\n## Technologies Used 🛠️\n\n### Frontend\n- **HTML**: For the basic structure of the web app.\n- **CSS**: For styling and animations.\n\n### Backend\n- **Python (Flask)**: For handling certificate generation and file downloads.\n- **Pillow (PIL)**: For dynamically adding text to the certificate template.\n\n---\n\n## File Structure 📂\n\n```\nproject-folder/\n├── static/\n│   ├── images/\n│   │   ├── rocket.png       # Rocket image for background\n│   │   ├── certificate_template.png # Certificate template\n├── templates/\n│   ├── index.html           # Main HTML file\n├── app.py                   # Flask backend\n├── requirements.txt         # Python dependencies\n```\n\n---\n\n## Setup Instructions 🛠️\n\n### Prerequisites\n\n- Python 3.x installed on your system.\n- A code editor (e.g., VS Code).\n\n### Installation 🚀\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/your-repo/certificate-generator.git\n   cd certificate-generator\n   ```\n\n2. **Set Up Virtual Environment**:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate # On Windows: venv\\Scripts\\activate\n   ```\n\n3. **Install Dependencies**:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Place Certificate Template and Assets**:\n   - Ensure the `certificate_template.png` file is in the `static/images/` folder.\n   - Add any required images (e.g., rocket) to the same folder.\n\n5. **Run the Application**:\n   ```bash\n   python app.py\n   ```\n   - The app will run at `http://127.0.0.1:5000`.\n\n---\n\n## Usage 💡\n\n1. Open the app in your browser by visiting `http://127.0.0.1:5000`.\n2. Enter your name in the input field.\n3. Click the **\"Generate Certificate\"** button.\n4. The app generates a certificate preview.\n5. Download the certificate by clicking the **Download Certificate** button.\n\n---\n\n## Customization 🎨\n\n1. **Change the Certificate Template**:\n   - Replace `certificate_template.png` with your custom design.\n   - Ensure the template has a blank area where the name will be added.\n\n2. **Update Animations**:\n   - Modify the CSS `@keyframes` rules in `index.html` to adjust the floating effect or add new animated elements.\n\n3. **Change Fonts**:\n   - Update the `FONT_PATH` variable in `app.py` to point to your preferred font file.\n\n---\n\n## Dependencies 📦\n\n- **Flask**: Web framework for Python.\n- **Pillow**: Python Imaging Library for image manipulation.\n\nTo install all dependencies:\n```bash\npip install -r requirements.txt\n```\n\n---\n\nTemplate Example 🎨\n\nThe default certificate template looks like this:\n\n![certificate_template](https://github.com/user-attachments/assets/c2d3f265-e60e-497b-a926-d30c538afbc2)\n\n\n\nYou can replace this template with your own design by updating the certificate_template.png file in the static/images/ folder. Ensure the new template has a blank area where the name can be dynamically added!\n\n## Example 🎉\n\nHere’s how the app looks in action:\n\n![Screenshot 2024-11-22 214542](https://github.com/user-attachments/assets/fc7eb14d-6791-41b8-b3d7-f973b7cd24a6)\n\n\n---\n\n## Credits 👏\n\n- **Background Icons**: [Flaticon](https://www.flaticon.com/)\n- **Template Design**: Customizable based on user requirements.\n\n\n---\n\nEnjoy building your certificates! 🎓✨ Feel free to customize and enhance this project as per your needs.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faymen016%2Fcertificate-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faymen016%2Fcertificate-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faymen016%2Fcertificate-generator/lists"}