Skip to content

Commit cfd110e

Browse files
authored
docs:Update README.md
Updated the description of the new code contributed by community contributors in the README file.
1 parent 16a571a commit cfd110e

File tree

1 file changed

+114
-1
lines changed

1 file changed

+114
-1
lines changed

README.md

Lines changed: 114 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,120 @@ Feel free to explore the scripts and use them for your learning and automation n
5454
39. [space_invader.py.py](https://github.com/meezan-mallick/space_invader_game) - Classical 2D space invader game to recall your childhood memories.
5555
40. [Test Case Generator](https://github.com/Tanmay-901/test-case-generator/blob/master/test_case.py) - Generate different types of test cases with a clean and friendly UI, used in competitive programming and software testing.
5656
41. [Extract Thumbnail From Video](https://github.com/geekcomputers/Python/tree/ExtractThumbnailFromVideo) - Extract Thumbnail from video files
57-
42. [How to begin the journey of open source (first contribution)](https://www.youtube.com/watch?v=v2X51AVgl3o) - First Contribution of open source
57+
42. [8_puzzle.py](https://github.com/geekcomputers/Python/blob/master/8_puzzle.py) - 8-puzzle sliding game solver using A* algorithm
58+
43. [ARKA.py](https://github.com/geekcomputers/Python/blob/master/ARKA.py) - Interactive text-based adventure game with multiple scenarios
59+
44. [BruteForce.py](https://github.com/geekcomputers/Python/blob/master/BruteForce.py) - Brute force password cracking demonstration tool
60+
45. [CSV_file.py](https://github.com/geekcomputers/Python/blob/master/CSV_file.py) - CSV file manipulation and data processing utilities
61+
46. [FizzBuzz.py](https://github.com/geekcomputers/Python/blob/master/FizzBuzz.py) - Classic FizzBuzz programming challenge implementation
62+
47. [Hangman.py](https://github.com/geekcomputers/Python/blob/master/Hangman.py) - Interactive hangman word guessing game
63+
48. [JsonParser.py](https://github.com/geekcomputers/Python/blob/master/JsonParser.py) - JSON file parsing and manipulation utilities
64+
49. [List.py](https://github.com/geekcomputers/Python/blob/master/List.py) - List data structure operations and examples
65+
50. [Multiply.py](https://github.com/geekcomputers/Python/blob/master/Multiply.py) - Mathematical multiplication operations and calculations
66+
51. [Organise.py](https://github.com/geekcomputers/Python/blob/master/Organise.py) - File organization and directory management tool
67+
52. [PONG_GAME.py](https://github.com/geekcomputers/Python/blob/master/PONG_GAME.py) - Classic Pong arcade game implementation
68+
53. [Polyline.py](https://github.com/geekcomputers/Python/blob/master/Polyline.py) - Geometric polyline drawing and manipulation
69+
54. [RandomDice.py](https://github.com/geekcomputers/Python/blob/master/RandomDice.py) - Random dice rolling simulation game
70+
55. [SOUNDEX.py](https://github.com/geekcomputers/Python/blob/master/SOUNDEX.py) - SOUNDEX phonetic algorithm implementation
71+
56. [Strings.py](https://github.com/geekcomputers/Python/blob/master/Strings.py) - String manipulation and processing utilities
72+
57. [TTS.py](https://github.com/geekcomputers/Python/blob/master/TTS.py) - Text-to-speech conversion utility
73+
58. [TicTacToe.py](https://github.com/geekcomputers/Python/blob/master/TicTacToe.py) - Interactive Tic-Tac-Toe game implementation
74+
59. [Todo_GUi.py](https://github.com/geekcomputers/Python/blob/master/Todo_GUi.py) - GUI-based todo list management application
75+
60. [WeatherGUI.py](https://github.com/geekcomputers/Python/blob/master/WeatherGUI.py) - Weather information display with graphical interface
76+
61. [Web Socket.py](https://github.com/geekcomputers/Python/blob/master/Web%20Socket.py) - WebSocket communication implementation
77+
62. [automail.py](https://github.com/geekcomputers/Python/blob/master/automail.py) - Automated email sending utility
78+
63. [basic_cal.py](https://github.com/geekcomputers/Python/blob/master/basic_cal.py) - Basic calculator with arithmetic operations
79+
64. [billing.py](https://github.com/geekcomputers/Python/blob/master/billing.py) - Billing and invoice generation system
80+
65. [binod.py](https://github.com/geekcomputers/Python/blob/master/binod.py) - Text processing and manipulation utility
81+
66. [birthdays.py](https://github.com/geekcomputers/Python/blob/master/birthdays.py) - Birthday reminder and management system
82+
67. [bodymass.py](https://github.com/geekcomputers/Python/blob/master/bodymass.py) - Body Mass Index (BMI) calculator
83+
68. [calc_area.py](https://github.com/geekcomputers/Python/blob/master/calc_area.py) - Geometric area calculation for various shapes
84+
69. [calci.py](https://github.com/geekcomputers/Python/blob/master/calci.py) - Advanced calculator with scientific functions
85+
70. [chaos.py](https://github.com/geekcomputers/Python/blob/master/chaos.py) - Chaos theory and fractal generation
86+
71. [check_file.py](https://github.com/geekcomputers/Python/blob/master/check_file.py) - File existence and properties checking utility
87+
72. [consonant.py](https://github.com/geekcomputers/Python/blob/master/consonant.py) - Consonant and vowel analysis in text
88+
73. [dec_to_hex.py](https://github.com/geekcomputers/Python/blob/master/dec_to_hex.py) - Decimal to hexadecimal number conversion
89+
74. [diamond.py](https://github.com/geekcomputers/Python/blob/master/diamond.py) - Diamond pattern generation and display
90+
75. [dice.py](https://github.com/geekcomputers/Python/blob/master/dice.py) - Dice rolling simulation and statistics
91+
76. [diction.py](https://github.com/geekcomputers/Python/blob/master/diction.py) - Dictionary and word lookup utilities
92+
77. [encryptsys.py](https://github.com/geekcomputers/Python/blob/master/encryptsys.py) - Text encryption and decryption system
93+
78. [equations.py](https://github.com/geekcomputers/Python/blob/master/equations.py) - Mathematical equation solver
94+
79. [ex20.py](https://github.com/geekcomputers/Python/blob/master/ex20.py) - Programming exercise and example code
95+
80. [factors.py](https://github.com/geekcomputers/Python/blob/master/factors.py) - Prime factorization and number analysis
96+
81. [fastapi.py](https://github.com/geekcomputers/Python/blob/master/fastapi.py) - FastAPI web framework demonstration
97+
82. [fetch_news.py](https://github.com/geekcomputers/Python/blob/master/fetch_news.py) - News fetching and aggregation utility
98+
83. [fibonacci.py](https://github.com/geekcomputers/Python/blob/master/fibonacci.py) - Fibonacci sequence generation and analysis
99+
84. [find_prime.py](https://github.com/geekcomputers/Python/blob/master/find_prime.py) - Prime number detection and generation
100+
85. [friday.py](https://github.com/geekcomputers/Python/blob/master/friday.py) - Virtual assistant with voice commands
101+
86. [gambler.py](https://github.com/geekcomputers/Python/blob/master/gambler.py) - Gambling simulation and probability analysis
102+
87. [gcd.py](https://github.com/geekcomputers/Python/blob/master/gcd.py) - Greatest Common Divisor calculation
103+
88. [google.py](https://github.com/geekcomputers/Python/blob/master/google.py) - Google search automation utility
104+
89. [googlemaps.py](https://github.com/geekcomputers/Python/blob/master/googlemaps.py) - Google Maps integration and location services
105+
90. [googleweb.py](https://github.com/geekcomputers/Python/blob/master/googleweb.py) - Google web search and result processing
106+
91. [greaterno.py](https://github.com/geekcomputers/Python/blob/master/greaterno.py) - Number comparison and analysis utility
107+
92. [greattwono.py](https://github.com/geekcomputers/Python/blob/master/greattwono.py) - Two-number comparison operations
108+
93. [happy_num.py](https://github.com/geekcomputers/Python/blob/master/happy_num.py) - Happy number detection and generation
109+
94. [heap_sort.py](https://github.com/geekcomputers/Python/blob/master/heap_sort.py) - Heap sort algorithm implementation
110+
95. [helloworld.py](https://github.com/geekcomputers/Python/blob/master/helloworld.py) - Basic "Hello World" program example
111+
96. [index.py](https://github.com/geekcomputers/Python/blob/master/index.py) - Index and search functionality implementation
112+
97. [iprint.py](https://github.com/geekcomputers/Python/blob/master/iprint.py) - Enhanced printing and output formatting
113+
98. [is_number.py](https://github.com/geekcomputers/Python/blob/master/is_number.py) - Number validation and type checking
114+
99. [jee_result.py](https://github.com/geekcomputers/Python/blob/master/jee_result.py) - JEE exam result processing and analysis
115+
100. [largestno.py](https://github.com/geekcomputers/Python/blob/master/largestno.py) - Largest number finding algorithm
116+
101. [lcm.py](https://github.com/geekcomputers/Python/blob/master/lcm.py) - Least Common Multiple calculation
117+
102. [leap year.py](https://github.com/geekcomputers/Python/blob/master/leap%20year.py) - Leap year detection and calendar utilities
118+
103. [length.py](https://github.com/geekcomputers/Python/blob/master/length.py) - Length and distance measurement utilities
119+
104. [loader.py](https://github.com/geekcomputers/Python/blob/master/loader.py) - File loading and data import utilities
120+
105. [login.py](https://github.com/geekcomputers/Python/blob/master/login.py) - User authentication and login system
121+
106. [loops.py](https://github.com/geekcomputers/Python/blob/master/loops.py) - Loop structures and iteration examples
122+
107. [magic8ball.py](https://github.com/geekcomputers/Python/blob/master/magic8ball.py) - Magic 8-ball fortune telling game
123+
108. [mapit.py](https://github.com/geekcomputers/Python/blob/master/mapit.py) - Address mapping and location services
124+
109. [meme_maker.py](https://github.com/geekcomputers/Python/blob/master/meme_maker.py) - Meme generation and image processing
125+
110. [memorygame.py](https://github.com/geekcomputers/Python/blob/master/memorygame.py) - Memory matching game implementation
126+
111. [merge.py](https://github.com/geekcomputers/Python/blob/master/merge.py) - Data merging and combination utilities
127+
112. [new.py](https://github.com/geekcomputers/Python/blob/master/new.py) - Template for new Python projects
128+
113. [new_script.py](https://github.com/geekcomputers/Python/blob/master/new_script.py) - Script generation and automation tool
129+
114. [nmap_scan.py](https://github.com/geekcomputers/Python/blob/master/nmap_scan.py) - Network scanning and port analysis
130+
115. [num-py.py](https://github.com/geekcomputers/Python/blob/master/num-py.py) - NumPy array operations and examples
131+
116. [oneeven.py](https://github.com/geekcomputers/Python/blob/master/oneeven.py) - Even number detection and processing
132+
117. [palindrome.py](https://github.com/geekcomputers/Python/blob/master/palindrome.py) - Palindrome detection and generation
133+
118. [pan.py](https://github.com/geekcomputers/Python/blob/master/pan.py) - PAN card validation and processing
134+
119. [ph_email.py](https://github.com/geekcomputers/Python/blob/master/ph_email.py) - Phone and email validation utilities
135+
120. [polygon.py](https://github.com/geekcomputers/Python/blob/master/polygon.py) - Polygon geometry and calculation tools
136+
121. [power_of_n.py](https://github.com/geekcomputers/Python/blob/master/power_of_n.py) - Power and exponentiation calculations
137+
122. [pscheck.py](https://github.com/geekcomputers/Python/blob/master/pscheck.py) - Process monitoring and system checking
138+
123. [psunotify.py](https://github.com/geekcomputers/Python/blob/master/psunotify.py) - System notification and alert utility
139+
124. [pyauto.py](https://github.com/geekcomputers/Python/blob/master/pyauto.py) - Automation and scripting utilities
140+
125. [pygame.py](https://github.com/geekcomputers/Python/blob/master/pygame.py) - Pygame game development examples
141+
126. [python_sms.py](https://github.com/geekcomputers/Python/blob/master/python_sms.py) - SMS sending and messaging utilities
142+
127. [qrcode.py](https://github.com/geekcomputers/Python/blob/master/qrcode.py) - QR code generation and processing
143+
128. [qrdecoder.py](https://github.com/geekcomputers/Python/blob/master/qrdecoder.py) - QR code decoding and reading utility
144+
129. [quiz_game.py](https://github.com/geekcomputers/Python/blob/master/quiz_game.py) - Interactive quiz game with scoring
145+
130. [quote.py](https://github.com/geekcomputers/Python/blob/master/quote.py) - Inspirational quote generator and display
146+
131. [rangoli.py](https://github.com/geekcomputers/Python/blob/master/rangoli.py) - Rangoli pattern generation and art
147+
132. [recyclebin.py](https://github.com/geekcomputers/Python/blob/master/recyclebin.py) - Recycle bin management and file recovery
148+
133. [repeat.py](https://github.com/geekcomputers/Python/blob/master/repeat.py) - Text and pattern repetition utilities
149+
134. [rook.py](https://github.com/geekcomputers/Python/blob/master/rook.py) - Chess rook movement and game logic
150+
135. [rotatelist.py](https://github.com/geekcomputers/Python/blob/master/rotatelist.py) - List rotation and manipulation operations
151+
136. [scalg.py](https://github.com/geekcomputers/Python/blob/master/scalg.py) - Scientific algorithm implementations
152+
137. [scrap_file.py](https://github.com/geekcomputers/Python/blob/master/scrap_file.py) - Web scraping and data extraction
153+
138. [sendemail.py](https://github.com/geekcomputers/Python/blob/master/sendemail.py) - Email sending and SMTP utilities
154+
139. [sha1.py](https://github.com/geekcomputers/Python/blob/master/sha1.py) - SHA1 hash generation and verification
155+
140. [snake.py](https://github.com/geekcomputers/Python/blob/master/snake.py) - Classic Snake game implementation
156+
141. [stack.py](https://github.com/geekcomputers/Python/blob/master/stack.py) - Stack data structure operations
157+
142. [sudoku.py](https://github.com/geekcomputers/Python/blob/master/sudoku.py) - Sudoku puzzle solver and generator
158+
143. [swap.py](https://github.com/geekcomputers/Python/blob/master/swap.py) - Variable swapping and exchange operations
159+
144. [tik_tak.py](https://github.com/geekcomputers/Python/blob/master/tik_tak.py) - Alternative Tic-Tac-Toe game implementation
160+
145. [time_delta.py](https://github.com/geekcomputers/Python/blob/master/time_delta.py) - Time difference calculation utilities
161+
146. [triangles.py](https://github.com/geekcomputers/Python/blob/master/triangles.py) - Triangle geometry and calculation tools
162+
147. [tuple.py](https://github.com/geekcomputers/Python/blob/master/tuple.py) - Tuple data structure operations and examples
163+
148. [two_num.py](https://github.com/geekcomputers/Python/blob/master/two_num.py) - Two-number mathematical operations
164+
149. [voice.py](https://github.com/geekcomputers/Python/blob/master/voice.py) - Voice recognition and speech processing
165+
150. [webcam.py](https://github.com/geekcomputers/Python/blob/master/webcam.py) - Webcam capture and image processing
166+
151. [wikipedia.py](https://github.com/geekcomputers/Python/blob/master/wikipedia.py) - Wikipedia search and content retrieval
167+
152. [news_oversimplifier.py](https://github.com/geekcomputers/Python/blob/master/news_oversimplifier.py) - News article simplification and summarization
168+
153. [wiki/wiki.py](https://github.com/geekcomputers/Python/blob/master/wiki/wiki.py) - Wikipedia content extraction and processing
169+
154. [PDF/basic.py](https://github.com/geekcomputers/Python/blob/master/PDF/basic.py) - Basic PDF generation and manipulation
170+
155. [How to begin the journey of open source (first contribution)](https://www.youtube.com/watch?v=v2X51AVgl3o) - First Contribution of open source
58171
<hr>
59172

60173
_**Note**: The content in this repository belongs to the respective authors and creators. I'm just providing a formatted README.md for better presentation._

0 commit comments

Comments
 (0)