This is a product developed to make certificates for a huge pool of people by fetching data from excel and directly sending them over email. Visit the website here
- Please navigate to https://certitude.community.techalier.com/
- Click on the "Get Certitude" button.
- A zip folder, with the name "certitude.zip" will be downloaded by default in your "Downloads" directory.
- Extract all the contents of this zip file in the same directory.
- Open the certitude folder.
- Once you have successfully donwloaded and unzipped the certitude folder, follow the following steps to create custom certificates.
- Paste the .png or .jpg or .jpeg file of the certificate template in the certitude folder.
- Paste the excel sheet of the names and email ids of the participants of your event. Make sure that the name of the column are "Name" and "Email" respectively.
- Now to run the CLI app, refer to the Operating System based instructions given below.
- Get the latest exe file from release and use it on your computer. No extra installations required for windows computer.
- Open the terminal the type in the follow command:
For Example:-
cd Downloads/certitude/
- It is necessary to have python installed on your system.
Install python from following link https://www.python.org/downloads/ Or install using cli with the following command:
sudo apt-get install python3
sudo apt-get install pip3
- Run the following command in the terminal
pip3 install -r requirements.txt
- Once the requirements are installed, Run the python file by the following command
python3 certitudecli.py