Skip to content

A Python Script that can generate certificates in bulk for wokshops, events, etc

License

Notifications You must be signed in to change notification settings

scienmanas/CertiMailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

🔰 Certiailer

An all in one tool to generate certificates is mass and mail them. Moreover the certificates are generated with unique-id which can be verfied at https://certimailer.xyz

Divisions

CertiMailer is an open source project with a website as well as script version. The whole project is divided into two division for differnt users:

  • Python Script: For advanced user who want to use the codebase or make their own.
  • Web version: A web version is made hosted on free tier of different services. Intended for normal users.

📚 Tech Stack

Python Script

  • Mailny python and its differnt libraries.

Website

  • Client: Next JS, TailwindCSS.
  • Server: Node, Express.
  • Datebase: Mongo DB, Google cloud storage bucket.

🔨 Setting Up

To set up the project locally, follow the steps mentioned in their respective folders (for python script and web version).

⚡ Features

  • Fully customizable: The python script is fully customizable (developer, get your hands dirty).
  • id verification, automatic generation, automatic mailing, etc.

📁 File Structure

.
├── Website 
│   │── Frontend
│   │   └── ... Necessaty files
│   │── Backend
│   │   └── ... Necessaty files
│   └── README.md
├── python script
│   │── ... Necessaty files
│   └── README.md
├── .gitignore
├── LICENSE
└── README.md
  • For detail view of file structure for each part look into that specific part respectively.

🔥 Contributing

Contributions are always welcome! Additionally you can contact me by my email: [email protected]. There are many thinsg which can be improved, if you feel something needs to be added/modified raise an issue. Additionally if you want you can work on that issue too.

📷 Screenshots

display

🔒 License

This repository is open source and under MIT License.