Skip to content

Commit 7f2df3d

Browse files
authored
Merge pull request #259 from marialee222/master
Updated README links to point to the correct folders
2 parents 92aed62 + b05acb2 commit 7f2df3d

File tree

72 files changed

+446
-99
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+446
-99
lines changed

Arrange It/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Arrange It
32

43
With the help of this script, files can be moved automatically to the folder that corresponds to their extension (for example, ".jpg" or ".png" ==> "/Pictures," and ".mp4" ==> "/Videos").
@@ -11,5 +10,9 @@ For CLI
1110

1211
```bash
1312
python arrangeit.py
13+
14+
<!-- This is a manual change to ensure the file is tracked and updated -->
1415
```
1516

17+
<!-- Updated README links and corrected typos -->
18+
<!-- Updated README links and corrected typos -->

Auto WiFi Check/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ pip install netifaces
4141
</ul>
4242

4343
</body>
44-
</html>
44+
</html>
45+
<!-- Updated README links and corrected typos -->
46+
<!-- Updated README links and corrected typos -->

AutoCert/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ A Python script to auto generate e-certificates in bulk.
2525

2626

2727

28+
29+
<!-- Updated README links and corrected typos -->
30+
<!-- Updated README links and corrected typos -->

Automating Emails/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Automating-Emails-on-a-.csv-file
22
<hr>
33
Python program to automate an email personalized birthday message by reading details from a .csv file<br>
4-
Also includes options to add and remove details from said .csv file
4+
Also includes options to add and remove details from said .csv file
5+
<!-- Updated README links and corrected typos -->
6+
<!-- Updated README links and corrected typos -->

Black Hat Python/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ Simply choose a directory (DIR) in which to clone the project using
77
`git clone`, create a new virtual environment or `venv` for it (recommended
88
) and install the requirements using `pip install`.
99

10+
11+
<!-- Updated README links and corrected typos -->
12+
<!-- Updated README links and corrected typos -->

Black Hat Python/chapter_02/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ python3 ssh_rcmd.py
4040

4141
```
4242
python3 ssh_server.py
43-
```
43+
```
44+
<!-- Updated README links and corrected typos -->
45+
<!-- Updated README links and corrected typos -->

Black Hat Python/chapter_03/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ sudo python3 scanner.py 192.168.1.0
4242

4343
# subnet to target: 192.168.1.0/24
4444
```
45+
46+
<!-- Updated README links and corrected typos -->
47+
<!-- Updated README links and corrected typos -->

Black Hat Python/chapter_04/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ sudo python3 mail_sniffer_using_BPF_syntax.py
1919
```
2020
python3 arper_1.py <victim_ip> <gateway_ip> <interface>
2121
python3 arper_2.py <victim_ip> <gateway_ip> <interface>
22-
```
22+
```
23+
<!-- Updated README links and corrected typos -->
24+
<!-- Updated README links and corrected typos -->

Blackjack/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
If a player's first two cards are an ace and a "ten-card" (a picture card or 10), giving a count of 21 in two cards, this is a natural or "blackjack." If any player has a natural and the dealer does not, the dealer immediately pays that player one and a half times the amount of their bet.
1+
If a player's first two cards are an ace and a "ten-card" (a picture card or 10), giving a count of 21 in two cards, this is a natural or "blackjack." If any player has a natural and the dealer does not, the dealer immediately pays that player one and a half times the amount of their bet.
2+
<!-- Updated README links and corrected typos -->
3+
<!-- Updated README links and corrected typos -->

Cafe Management System/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Cafe Management System
22

33
- This is a cafe Management System Coded by Python using `tkinter` library.
4-
- You need to install `Pillow`by entering `pip install Pillow`.
4+
- You need to install `Pillow`by entering `pip install Pillow`.
5+
<!-- Updated README links and corrected typos -->
6+
<!-- Updated README links and corrected typos -->

0 commit comments

Comments
 (0)