Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos #6

Open
wants to merge 21 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 003_Convert_.py_to_.exe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ Go [**`here`**](https://github.com/milaan9/91_Python_Mini_Projects) if you aren'

![Download ZIP](https://github.com/milaan9/91_Python_Mini_Projects/blob/main/img/dnld_rep.png)

2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
2. Extract the ZIP and open it. Unfortunately, I don't have any more specific instructions because how exactly this is done depends on which operating system you run.

3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them

`Kernel > Restart & Clear Output`

This will clear all the outputs and now you can understand each statement and learn interactively.

If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage of doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.

---

Expand Down
8 changes: 4 additions & 4 deletions 004_Find_IP_Address/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In this class, you'll learn how to find IP address using python

IP (Internet Protocol) Address is an address of your network hardware. An IP Address is made up of numbers or characters. All devices that are connected to an internet connection have a unique IP address

There are are two IP versions:
There are two IP versions:

* IPv4
* IPv6
Expand All @@ -33,7 +33,7 @@ There are a few other types of IP addresses as well like private IP addresses, p
---
## Install Necessary Modules:

Since **`socket`** is in-built module, hence no need to install it separately.
Since **`socket`** is an in-built module, hence no need to install it separately.

---

Expand All @@ -53,15 +53,15 @@ Go [**`here`**](https://github.com/milaan9/91_Python_Mini_Projects) if you aren'

![Download ZIP](https://github.com/milaan9/91_Python_Mini_Projects/blob/main/img/dnld_rep.png)

2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
2. Extract the ZIP and open it. Unfortunately, I don't have any more specific instructions because how exactly this is done depends on which operating system you run.

3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them

`Kernel > Restart & Clear Output`

This will clear all the outputs and now you can understand each statement and learn interactively.

If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage of doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.

---

Expand Down
8 changes: 4 additions & 4 deletions 005_Test_Internet_Speed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Test Internet Speed

In this class, you'll learn how to test internet speed using python with and without GUI (Tkinter)
In this class, you'll learn how to test the internet speed using python with and without GUI (Tkinter)

<p align="center">
<img src="result.png" width="400"/>
Expand All @@ -28,7 +28,7 @@ Open your [![Anaconda](https://img.shields.io/badge/Anaconda-342B029.svg?&style=
- pip install speedtest-cli


**[`speedtest-cli`](https://pypi.org/project/speedtest-cli/)** is a Python library which provides Command line interface for testing internet bandwidth using **[speedtest.net](http://speedtest.net/)**
**[`speedtest-cli`](https://pypi.org/project/speedtest-cli/)** is a Python library which provides a Command line interface for testing internet bandwidth using **[speedtest.net](http://speedtest.net/)**

Once Installed now we can import it inside our python code.

Expand All @@ -50,15 +50,15 @@ Go [**`here`**](https://github.com/milaan9/91_Python_Mini_Projects) if you aren'

![Download ZIP](https://github.com/milaan9/91_Python_Mini_Projects/blob/main/img/dnld_rep.png)

2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
2. Extract the ZIP and open it. Unfortunately, I don't have any more specific instructions because how exactly this is done depends on which operating system you run.

3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them

`Kernel > Restart & Clear Output`

This will clear all the outputs and now you can understand each statement and learn interactively.

If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage of doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.

---

Expand Down
6 changes: 3 additions & 3 deletions 006_Check_Weather_Forecast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Check Weather Forecast

In this class, you'll learn how to check weather forecast using python
In this class, you'll learn how to check the weather forecast using python

<p align="center">
<img src="output.png" width="1000"/>
Expand Down Expand Up @@ -59,15 +59,15 @@ Go [**`here`**](https://github.com/milaan9/91_Python_Mini_Projects) if you aren'

![Download ZIP](https://github.com/milaan9/91_Python_Mini_Projects/blob/main/img/dnld_rep.png)

2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
2. Extract the ZIP and open it. Unfortunately, I don't have any more specific instructions because how exactly this is done depends on which operating system you run.

3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them

`Kernel > Restart & Clear Output`

This will clear all the outputs and now you can understand each statement and learn interactively.

If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage of doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.

---

Expand Down
6 changes: 3 additions & 3 deletions 007_Create_AudioBook_from_PDF/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Create AudioBook from PDF

In this class, you'll learn how to create audiobook from PDF using python
In this class, you'll learn how to create an audiobook from PDF using python


## Prerequisites:
Expand Down Expand Up @@ -51,15 +51,15 @@ Go [**`here`**](https://github.com/milaan9/91_Python_Mini_Projects) if you aren'

![Download ZIP](https://github.com/milaan9/91_Python_Mini_Projects/blob/main/img/dnld_rep.png)

2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
2. Extract the ZIP and open it. Unfortunately, I don't have any more specific instructions because how exactly this is done depends on which operating system you run.

3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them

`Kernel > Restart & Clear Output`

This will clear all the outputs and now you can understand each statement and learn interactively.

If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage of doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.

---

Expand Down
4 changes: 2 additions & 2 deletions 008_Generate_Random_Jokes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ Go [**`here`**](https://github.com/milaan9/91_Python_Mini_Projects) if you aren'

![Download ZIP](https://github.com/milaan9/91_Python_Mini_Projects/blob/main/img/dnld_rep.png)

2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
2. Extract the ZIP and open it. Unfortunately, I don't have any more specific instructions because how exactly this is done depends on which operating system you run.

3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them

`Kernel > Restart & Clear Output`

This will clear all the outputs and now you can understand each statement and learn interactively.

If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage of doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.

---

Expand Down
8 changes: 4 additions & 4 deletions 009_Convert_image_to_ASCII/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--<img src="https://badges.pufler.dev/contributors/milaan9/01_Python_Introduction?size=50&padding=5&bots=true" alt="milaan9"/>-->


# Convert Imane to ASCII Symbols, Grayscale image, Negative image and Pencil Sketch Art
# Convert Image to ASCII Symbols, Grayscale image, Negative image and Pencil Sketch Art

In this class, you'll learn how to convert image to an ASCII symbols, Grayscale image, Negative image and Pencil Sketch art.

Expand All @@ -29,7 +29,7 @@ In this class, you'll learn how to convert image to an ASCII symbols, Grayscale

### What is ASCII?

**[ASCII](https://en.wikipedia.org/wiki/ASCII)**, acronym of American Standard Code for Information Interchange.
**[ASCII](https://en.wikipedia.org/wiki/ASCII)**, acronym of the American Standard Code for Information Interchange.

ASCII is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications equipment, and other devices.

Expand Down Expand Up @@ -69,15 +69,15 @@ Go [**`here`**](https://github.com/milaan9/91_Python_Mini_Projects) if you aren'

![Download ZIP](https://github.com/milaan9/91_Python_Mini_Projects/blob/main/img/dnld_rep.png)

2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
2. Extract the ZIP and open it. Unfortunately, I don't have any more specific instructions because how exactly this is done depends on which operating system you run.

3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them

`Kernel > Restart & Clear Output`

This will clear all the outputs and now you can understand each statement and learn interactively.

If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage of doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.

---

Expand Down
6 changes: 3 additions & 3 deletions 010_Perform_Google_Search/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Perform Google Search

In this class, you'll learn how to perform google search using python
In this class, you'll learn how to perform google search using a python


## Prerequisites:
Expand Down Expand Up @@ -53,15 +53,15 @@ Go [**`here`**](https://github.com/milaan9/91_Python_Mini_Projects) if you aren'

![Download ZIP](https://github.com/milaan9/91_Python_Mini_Projects/blob/main/img/dnld_rep.png)

2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
2. Extract the ZIP and open it. Unfortunately, I don't have any more specific instructions because how exactly this is done depends on which operating system you run.

3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them

`Kernel > Restart & Clear Output`

This will clear all the outputs and now you can understand each statement and learn interactively.

If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage of doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.

---

Expand Down
10 changes: 5 additions & 5 deletions 011_Generate_QR_Code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ Barcodes only use horizontal information.
#### 3.1. Static QR Code:
A Static QR Code contains information that is fixed and uneditable once the Code has been generated.

Usecases:
Use cases:
- QR Codes in business cards or product packaging
- QR Codes for personal use like a party invitation
- QR Codes for Gyms

#### 3.2. Dynamic QR Code:
Dynamic QR Codes allow you to update, edit and modify the type of the QR Code however many times you need i.e. the content is editable.

Usecases:
Use cases:
- QR Codes for Coupons
- QR Codes for Social media

Expand All @@ -58,7 +58,7 @@ Open your [![Anaconda](https://img.shields.io/badge/Anaconda-342B029.svg?&style=
- pip install pypng


**`pyqrcode`** module is used to create QR Codes. It is designed to be as simple and as possible. It does this by using sane defaults and autodetection to make creating a QR Code very simple.
**`pyqrcode`** module is used to create QR Codes. It is designed to be as simple as possible. It does this by using sane defaults and autodetection to make creating a QR Code very simple.

Once Installed now we can import it inside our python code.

Expand All @@ -80,15 +80,15 @@ Go [**`here`**](https://github.com/milaan9/91_Python_Mini_Projects) if you aren'

![Download ZIP](https://github.com/milaan9/91_Python_Mini_Projects/blob/main/img/dnld_rep.png)

2. Extract the ZIP and open it. Unfortunately I don't have any more specific instructions because how exactly this is done depends on which operating system you run.
2. Extract the ZIP and open it. Unfortunately, I don't have any more specific instructions because how exactly this is done depends on which operating system you run.

3. Launch ipython notebook from the folder which contains the notebooks. Open each one of them

`Kernel > Restart & Clear Output`

This will clear all the outputs and now you can understand each statement and learn interactively.

If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage with doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.
If you have git and you know how to use it, you can also clone the repository instead of downloading a zip and extracting it. An advantage of doing it this way is that you don't need to download the whole tutorial again to get the latest version of it, all you need to do is to pull with git and run ipython notebook again.

---

Expand Down
Loading