File tree 1 file changed +10
-1
lines changed
AutomationScripts/Quotes Automation
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ Install with `pip` command in any terminal
9
9
pip install poetpy
10
10
```
11
11
12
+ OR
13
+
14
+ ``` python
15
+ pip install - r requirements.txt
16
+ ```
17
+
12
18
### Working
13
19
14
20
It is simple to use and ` quote ` library can also be used from the command line tool.
@@ -26,12 +32,15 @@ print(result)
26
32
### Output
27
33
#### In PyCharm
28
34
35
+ <img src =" https://github.com/Umesh-01/Awesome_Python_Scripts/blob/patch-7/AutomationScripts/Quotes%20Automation/Images/quotes_img1.png " >
29
36
30
-
37
+ < img src = " https://github.com/Umesh-01/Awesome_Python_Scripts/blob/patch-7/AutomationScripts/Quotes%20Automation/Images/quotes_img2.png " >
31
38
32
39
#### In CLI
33
40
41
+ <img src =" https://github.com/Umesh-01/Awesome_Python_Scripts/blob/patch-7/AutomationScripts/Quotes%20Automation/Images/quotes_img3.png " >
34
42
43
+ <img src =" https://github.com/Umesh-01/Awesome_Python_Scripts/blob/patch-7/AutomationScripts/Quotes%20Automation/Images/quotes_img4.png " >
35
44
36
45
### Contributor
37
46
You can’t perform that action at this time.
0 commit comments