Skip to content

Commit 4584829

Browse files
committed
[MODIFY] Typo in 8 files
1 parent 1a6ecc3 commit 4584829

File tree

13 files changed

+12
-11
lines changed

13 files changed

+12
-11
lines changed

Python/ASCIIfy_Image/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ASCIIfy your image
22

3-
This python script converts the input image to an ascii version of itself. This is achieved by giving different range of grayscale value to different special characters from the ASCII set. The whole image is then converted based on this.
3+
This python script converts the input image to an ASCII version of itself. This is achieved by giving a different range of grayscale values to different special characters from the ASCII set. The whole image is then converted based on this.
44

55
## Setting up:
66

Python/All_GitHub_Repos/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This script aims at providing access to the public repositories, given the username.
2-
Details of the repository such as name, date of creation and so on are displayed.
2+
Details of the repository such as name, date of creation, and so on are displayed.
33
The library PyGithub, which is built on Python is used.
44
The requests library is also used, in order to interact and obtain data from Github.
55

Python/Amazon_Product_Price_Tracker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- This script built in Python is an Amazon Price Tracker.
44
- The user enters :
5-
- The URL of the product of which he would like to track the price of.
5+
- The URL of the product of which he would like to track of the price.
66
- His/Her budget for the product.
77
- His/Her Email credentials.
88
- The script runs continuously and checks on the price of the product every 12 hours.

Python/Audio_Converter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Audio Converter
22

3-
This Automation Script is used to convert the any type of video file into audio file. It supports the various audio and video formats for the conversion.
3+
This Automation Script is used to convert any type of video file into an audio file. It supports the various audio and video formats for the conversion.
44

55
### Setup
66

Python/Audio_Format_Converter/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ There are 2 functions in the Script.
1111
             This function converts the provided audio file
1212
into a file with desired format.
1313
- parameters
14+
1415
             This can be used to find the Sample Rate of
1516
the Audio file.
1617

Python/Magic-Pen/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Ever dreamed of drawing stuff on the screen just by waving your pen in the air..
77
- Clone the folder- Magic-Pen
88
- You must have python ,opencv and numpy installed
99
- In cmd do:
10-
- pip install numpy
11-
- pip install opencv-python
10+
- `pip install numpy`
11+
- `pip install opencv-python`
1212
- Also check for any package that's need to be installed, on cmd
13-
- then run the script in jupyter lab/notebok!
13+
- then run the script in jupyter lab/notebook!
1414

1515

1616
![](demo.gif)

Python/Python_news_reader/Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -Python News Reader
22
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
33

4-
This **Python** program fetches the news from Indain sources and speaks or reads the news with voice over feature. A python script which will fetch news from **newsapi.org** and will speak that news with headlines and description. Reading news and articles sometimes may too time consuming and boring ,With the help of this python program you can listen to top news while working on your other work.
4+
This **Python** program fetches the news from Indian sources and speaks or reads the news with voice over feature. A python script which will fetch news from **newsapi.org** and will speak that news with headlines and description. Reading news and articles sometimes may too time consuming and boring ,With the help of this python program you can listen to top news while working on your other work.
55

66
### -What is News API?
7-
News API is a simple HTTP REST API for searching and retrieving live articles from all over the web. Visit the newsapi.org for documentaion and your personal API key.
7+
News API is a simple HTTP REST API for searching and retrieving live articles from all over the web. Visit the newsapi.org for documentation and your personal API key.
88

99

1010
## -Steps to run this script on your local machine:
@@ -16,7 +16,7 @@ pip install -r requirements.txt
1616
```
1717
-Step 3. Make a file of **.env** extension and make a **API_Key=** variable in that file (Take reference from **.env.example** file.) and save that file.
1818

19-
-Step 4. Visit newsapi.org and copy your API key from there. Now assign your API Key to enviroment variable that you made previously in **.env** file and save the file.
19+
-Step 4. Visit newsapi.org and copy your API key from there. Now assign your API Key to environment variable that you made previously in **.env** file and save the file.
2020
i.e
2121
```
2222
API_Key=YOUR_API_URL_HERE

Python/Send_Emails/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
This script written in python uses the smtp module to send emails.
44
The details of the sender and receiver are entered into the script.
55
The sender must enable the less secure apps mode in order to send the email.
6-
![lesssecure](send_emails.jpg)
6+
![less_secure](send_emails.jpg)
77
The details are in the image attached.

0 commit comments

Comments
 (0)