Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…itude-cli into release
  • Loading branch information
parjanyamodi committed May 21, 2021
2 parents be33f62 + d8435dd commit 3448868
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
26 changes: 26 additions & 0 deletions readme.md
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
```

0 comments on commit 3448868

Please sign in to comment.