Skip to content

Commit cfb1c5e

Browse files
authored
Merge pull request Python-World#385 from tripleee/authors-fix
Fix incorrect authors in projects/*/README.md
2 parents 56af61a + bd57253 commit cfb1c5e

File tree

49 files changed

+209
-197
lines changed

Some content is hidden

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

49 files changed

+209
-197
lines changed

projects/All_links_from_given_webpage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ After that the extracted links will be saved as an array in `myLinks.txt`.
2121

2222

2323
## *Author Name*
24-
Kai Reichart
24+
[Mitesh](https://github.com/Mitesh2499) & [Michael Mba](https://github.com/mikeysan)

projects/Ascii_art/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Modify the symbols list to substitute **different symbols** in the coded pattern
2727
Input Image :
2828
![input_image](sample_image.png)
2929
Output :
30-
![output_image](sample_output.png)
30+
![output_image](sample_output.png)

projects/Calculate_age/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ $ python calculate.py
2929

3030
## *Author Name*
3131
<!--Remove the below lines and add yours -->
32-
random1001guy
32+
[Gaodong](https://github.com/xlgd)

projects/Convert_a_image_to_pdf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ The `img2pdf` is an external Python module which enables you to convert a JPG im
2727

2828
## *Author Name*
2929
<!--Remove the below lines and add yours -->
30-
Devansh Agarwal
30+
[Gaodong](https://github.com/xlgd)

projects/Convert_numbers_to_word/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ Execute `python3 converter.py`
1616

1717
## *Author Name*
1818
<!--Remove the below lines and add yours -->
19-
Niraj Shrestha
19+
[Niraj Shrestha](https://github.com/CrestNiraj12)

projects/Create_a_script_to_encrypt_files_and_folder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ examples:
99
or
1010
python eccrypt.py ./testdir(folder)
1111

12-
encrypted files("original_file_name.bin") will be generated in original location after the program running
12+
encrypted files("original_file_name.bin") will be generated in original location after the program running

projects/Create_a_simple_stopwatch/README.md

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

33
### usage
44

5-
python stopwatch.py
5+
python stopwatch.py

projects/Create_calculator_app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Python 3
1717

1818
## *Author Name*
1919
<!--Remove the below lines and add yours -->
20-
[Fin McCallum](https://github.com/FinMc)
20+
[Gaodong](https://github.com/xlgd)

projects/Currency_converter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ A small python program that converts currency with live info
1717

1818
## *Author Name*
1919
<!--Remove the below lines and add yours -->
20-
[Fin McCallum](https://github.com/FinMc)
20+
[github-of-wone](https://github.com/github-of-wone/)

projects/Decimal_to_binary_convertor_and_vice_versa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ A small python program that converts binary and decimal
1616

1717
## *Author Name*
1818
<!--Remove the below lines and add yours -->
19-
[Fin McCallum](https://github.com/FinMc)
19+
[Alan Anaya](https://github.com/alananayaa/)

0 commit comments

Comments
 (0)