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
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.To set up the project locally, follow the steps mentioned in their respective folders (for python script
and web version
).
Fully customizable
: The python script is fully customizable (developer, get your hands dirty).id verification, automatic generation, automatic mailing, etc
..
├── Website
│ │── Frontend
│ │ └── ... Necessaty files
│ │── Backend
│ │ └── ... Necessaty files
│ └── README.md
├── python script
│ │── ... Necessaty files
│ └── README.md
├── .gitignore
├── LICENSE
└── README.md
Contributions are always welcome! Additionally you can contact me by my email: iamscientistmanas@gmail.com. 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.
This repository is open source and under MIT License.