-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release' of https://github.com/Techalier-Community/cert…
…itude-cli into release
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,27 @@ | ||
# Certificate Creator | ||
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. | ||
### Curated & Modified by:- Parjanya Modi & Sumedh D Karanth. | ||
|
||
# Guideline | ||
|
||
## Windows OS | ||
1. Get the latest exe file from release and use it on your computer. No extra installations required for windows computer. | ||
|
||
## Non Windows OS | ||
1. Download the repository as a zip file on your computer. | ||
2. Unzip the folder and open terminal. | ||
3. In terminal navigate to the directory where the files downloaded are stored. | ||
For Example:- | ||
```cli | ||
cd Downloads | ||
``` | ||
4. It is necessary to have python installed on your system. | ||
> Install python from following link [https://www.python.org/downloads/](https://www.python.org/downloads/) | ||
5. Run the following command in the terminal | ||
```cli | ||
pip install -r requirements.txt | ||
``` | ||
6. Once the requirements are installed, Run the python file by the following command | ||
```cli | ||
python certitudecli.py | ||
``` |