Skip to content

Commit 0d70337

Browse files
authored
added screenshots in Readme
1 parent 2f87501 commit 0d70337

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Diff for: AutomationScripts/Quotes Automation/README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Install with `pip` command in any terminal
99
pip install poetpy
1010
```
1111

12+
OR
13+
14+
```python
15+
pip install -r requirements.txt
16+
```
17+
1218
### Working
1319

1420
It is simple to use and `quote` library can also be used from the command line tool.
@@ -26,12 +32,15 @@ print(result)
2632
### Output
2733
#### In PyCharm
2834

35+
<img src="https://github.com/Umesh-01/Awesome_Python_Scripts/blob/patch-7/AutomationScripts/Quotes%20Automation/Images/quotes_img1.png">
2936

30-
37+
<img src="https://github.com/Umesh-01/Awesome_Python_Scripts/blob/patch-7/AutomationScripts/Quotes%20Automation/Images/quotes_img2.png">
3138

3239
#### In CLI
3340

41+
<img src="https://github.com/Umesh-01/Awesome_Python_Scripts/blob/patch-7/AutomationScripts/Quotes%20Automation/Images/quotes_img3.png">
3442

43+
<img src="https://github.com/Umesh-01/Awesome_Python_Scripts/blob/patch-7/AutomationScripts/Quotes%20Automation/Images/quotes_img4.png">
3544

3645
### Contributor
3746

0 commit comments

Comments
 (0)