Follow the steps below to install the required Python dependencies using pip
.
First, clone this repository to your local machine:
git clone https://github.com/foundanand/certificate-automate.git
cd certificate-automate
Use pip
to install the required Python packages listed in requirements.txt
:
pip install -r requirements.txt
This command will automatically install all the dependencies listed in the requirements.txt
file.
To verify that all dependencies were installed correctly, you can check the installed packages:
pip list
This command will display a list of installed packages along with their versions. You should see the packages listed in requirements.txt
among them.
Now you're ready to run your Python application. Follow the instructions provided in your project's documentation or source code to start the application.
That's it! You've successfully installed the required dependencies and are ready to use the project.
If you encounter any issues during the installation process, feel free to open an issue on this repository or contact the project maintainers for support.
Upcoming features: - Design certificates using UI based interface - Add AI generated qr code for verification of certificates (You will need to host your backend for verification) - Emailing stats
If you would like to contribute to this project, please create a PR