Skip to content

Commit 60fc83e

Browse files
authored
Create README.md
1 parent 23c7368 commit 60fc83e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

projects/Captcha_Genrator/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Prerequisite
2+
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)
12+
13+
```image = ImageCaptcha(fonts=['<path>/ChelseaMarketsr.ttf', '<path>/DejaVuSanssr.ttf'])```
14+
15+
16+

0 commit comments

Comments
 (0)