Skip to content

Commit 4ef7459

Browse files
authored
Update README.md
1 parent 60fc83e commit 4ef7459

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed
Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
## Prerequisite
1+
# Captcha Genrator
2+
A simple image captcha genrator
23

3-
- Install Python Captcha Library
4-
5-
``` pip intsall captcha ```
6-
7-
- Download the fonts
8-
9-
[ChelseaMarketsr.ttf](https://drive.google.com/file/d/1t_2N35fDX3W3qyoV47eu1wLtf-leBZUo/view?usp=sharing) and [DejaVuSanssr.ttf](https://drive.google.com/file/d/1fMBpuP4W5Fq--JrrxfZt5aEwjOxkRIfl/view?usp=sharing)
10-
11-
- Update the path of font in code (if required)
4+
### Prerequisites
5+
1. Install the dependencies by executing the following command
6+
```pip install -r requirements.txt```
127

8+
2. Update the path of font in code (if required)
139
```image = ImageCaptcha(fonts=['<path>/ChelseaMarketsr.ttf', '<path>/DejaVuSanssr.ttf'])```
1410

11+
### Screenshot
12+
![image](https://user-images.githubusercontent.com/39544459/137623915-1e837ada-f199-4513-a15d-ecbb969fd53e.png)
1513

16-
14+
## *Mayur Singal*

0 commit comments

Comments
 (0)