Under the Hood of 348+ Code Merges: My Open Source Evolution Developer Aniruddha Adak has contributed over 348 merged pull requests across dozens of open-source repositories, starting from basic Git practice on New Year's Day 2024 to advanced Graph RAG tools like cognee. His contributions span projects including cognee, openclaw, NousResearch/hermes-agent, and google-gemini/gemini-cli, with a focus on Windows compatibility and clear communication in pull requests. Hey, I am ANIRUDDHA ADAK. Over the past few years, I have been building in the open. When I first started on New Year's Day of 2024, I was just trying to figure out how Git worked. Today, with 348+ merged pull requests across dozens of repositories, I can say that open source has shaped who I am as a developer. I want to share my complete contribution history. In this document, you will find all my pull requests merged across various repositories, starting from my most recent contributions to my very first one. This timeline shows my progress from practicing basic Python scripts to resolving Windows system bugs and working on advanced Graph RAG tools like cognee . Codebases I Contributed To Here is a complete list of the external projects where I spent my time and merged code. topoteretes/cognee https://github.com/topoteretes/cognee openclaw/openclaw https://github.com/openclaw/openclaw HSF/hsf.github.io https://github.com/HSF/hsf.github.io Tracer-Cloud/opensre https://github.com/Tracer-Cloud/opensre NousResearch/hermes-agent https://github.com/NousResearch/hermes-agent vgvassilev/clad https://github.com/vgvassilev/clad accomplish-ai/coworker https://github.com/accomplish-ai/coworker google-gemini/gemini-cli https://github.com/google-gemini/gemini-cli GetStream/Vision-Agents https://github.com/GetStream/Vision-Agents RocketChat/Rocket.Chat https://github.com/RocketChat/Rocket.Chat sumanth-0/100LinesOfPythonCode https://github.com/sumanth-0/100LinesOfPythonCode TheAlgorithms/Python https://github.com/TheAlgorithms/Python brisbanesocialchess/awesome-social-chess https://github.com/brisbanesocialchess/awesome-social-chess agnilondapakou/helloWorld https://github.com/agnilondapakou/helloWorld brisbanesocialchess/.github https://github.com/brisbanesocialchess/.github bratergit/lastChanceHackertoberfest https://github.com/bratergit/lastChanceHackertoberfest dipandhali2021/CineMagic https://github.com/dipandhali2021/CineMagic Abinash6000/Affirmations-App-Jetpack-Compose https://github.com/Abinash6000/Affirmations-App-Jetpack-Compose rcallaby/Learn-Git https://github.com/rcallaby/Learn-Git dwip708/EcoFusion https://github.com/dwip708/EcoFusion Badger0909/Hacktoberfest-2024 https://github.com/Badger0909/Hacktoberfest-2024 Anu27n/layout https://github.com/Anu27n/layout suryanshsk/Python-Voice-Assistant-Suryanshsk https://github.com/suryanshsk/Python-Voice-Assistant-Suryanshsk ianshulx/React-projects-for-beginners https://github.com/ianshulx/React-projects-for-beginners mohamedammar27/Hacktoberfest-2k24 https://github.com/mohamedammar27/Hacktoberfest-2k24 Mugunth-dev/Hacktoberfest2024 https://github.com/Mugunth-dev/Hacktoberfest2024 iamsamhhh/TravelPlanningApp https://github.com/iamsamhhh/TravelPlanningApp Syknapse/Contribute-To-This-Project https://github.com/Syknapse/Contribute-To-This-Project firstcontributions/first-contributions https://github.com/firstcontributions/first-contributions Lessons from the Open Road Contributing to open source code is less about proving your skills and more about collaborating with others to solve real problems. Through these contributions, I noticed a clear progression in my development style. In the beginning, I worked on simple documentation edits and basic exercises. As I gained confidence, I moved on to larger issues such as system configuration scripts, security updates, and resolving compatibility bugs across operating systems. What I learned while writing code for others: - Windows support is a hidden hurdle: Many developers use Unix-like systems, which means Windows-specific bugs slip through. I spent considerable time debugging paths for tools like cognee and test setups for openclaw to ensure Windows users have a smooth experience. - Clear communication speeds up review: A well-written pull request description with context, test instructions, and clean formatting saves maintainers a lot of time and gets merged faster. - Small steps lead to deep systems: I started with simple updates in first-contributions and eventually ended up working on advanced Graph RAG tools and AI agents. ⛬ My complete Contribution History Here is the list of all my merged pull requests organized repository by repository. The repositories are ordered by my most recent contributions. fix lancedb : automatically prefix windows paths to resolve OS Error 3 for long paths fixes 2941 https://github.com/topoteretes/cognee/pull/3123 fix visualize : resolve dataset context before initializing graph engine https://github.com/topoteretes/cognee/pull/3114 fix security : restrict global settings and disable public registration https://github.com/topoteretes/cognee/pull/3115 test: make install-safe-path symlink tests compatible with Windows https://github.com/openclaw/openclaw/pull/90275 fix skills : show empty state notice in config wizard https://github.com/openclaw/openclaw/pull/85032 Consolidated GSoC 2026 website cleanups and formatting fixes https://github.com/HSF/hsf.github.io/pull/1908 docs: standardize package manager, deduplicate assets, and sync README https://github.com/Tracer-Cloud/opensre/pull/924 fix: Database logic expansion for QA Edge Cases Batch 2 https://github.com/Tracer-Cloud/opensre/pull/626 fix: Database logic expansion for QA Edge Cases Batch 3 https://github.com/Tracer-Cloud/opensre/pull/627 fix: Database directives for RDS QA testing https://github.com/Tracer-Cloud/opensre/pull/625 Fix: Include eks keys in INVESTIGATED EVIDENCE KEYS for is clearly healthy Fixes 582 https://github.com/Tracer-Cloud/opensre/pull/617 fix synthetic-qa : Identify healthy alerts correctly 596 https://github.com/Tracer-Cloud/opensre/pull/618 fix permissions : handle None response from ACP request permission https://github.com/NousResearch/hermes-agent/pull/13457 docs: add documentation for non differentiable attribute https://github.com/vgvassilev/clad/pull/1773 docs: add testing instructions to CONTRIBUTING.md https://github.com/accomplish-ai/coworker/pull/575 feat ui : remove write todo list tool from UI tips https://github.com/google-gemini/gemini-cli/pull/22281 docs: clarify Cartesia role in README Fixes 268 https://github.com/GetStream/Vision-Agents/pull/366 docs: update YouTube capitalization in README https://github.com/RocketChat/Rocket.Chat/pull/38871 Add Reddit Post Scraper solution for issue 693 https://github.com/sumanth-0/100LinesOfPythonCode/pull/717 Add Eco-Friendly Tip of the Day - Fixes 698 https://github.com/sumanth-0/100LinesOfPythonCode/pull/716 Add AI Dungeon Master - Text-Based RPG Issue 619 https://github.com/sumanth-0/100LinesOfPythonCode/pull/710 Add Multilingual Flashcards - Fixes 614 https://github.com/sumanth-0/100LinesOfPythonCode/pull/707 Make Celestial Events Calendar - Fixes 618 https://github.com/sumanth-0/100LinesOfPythonCode/pull/706 Add Origami Instructions Guide - Fixes 615 https://github.com/sumanth-0/100LinesOfPythonCode/pull/704 Fix 617: Add Road Trip Route Planner https://github.com/sumanth-0/100LinesOfPythonCode/pull/703 Add Vegan Recipe Randomizer - Fixes 623 https://github.com/sumanth-0/100LinesOfPythonCode/pull/702 Add Voice-to-Text Transcription Tool with Speaker Identification 628 https://github.com/sumanth-0/100LinesOfPythonCode/pull/701 Add Personalized Tarot Card Pull - Fixes 622 https://github.com/sumanth-0/100LinesOfPythonCode/pull/700 Add Personal Finance Debt Payoff Calculator & Strategy Planner - Fixes 630 https://github.com/sumanth-0/100LinesOfPythonCode/pull/642 Add Medical Symptom Checker with Doctor Appointment Scheduler Fixes 631 https://github.com/sumanth-0/100LinesOfPythonCode/pull/643 Smart home energy monitor 629 https://github.com/sumanth-0/100LinesOfPythonCode/pull/644 Add Automated Screenshot Organizer solution for issue 633 https://github.com/sumanth-0/100LinesOfPythonCode/pull/637 Add AI-Powered Code Style Formatter 632 https://github.com/sumanth-0/100LinesOfPythonCode/pull/638 Add PDF Summarizer & Topic Highlighter - Closes 634 https://github.com/sumanth-0/100LinesOfPythonCode/pull/639 Add Multi-language Subtitle Generator for Videos - Fixes 635 https://github.com/sumanth-0/100LinesOfPythonCode/pull/640 Add Pomodoro Timer with Focus Analytics - Fixes 627 https://github.com/sumanth-0/100LinesOfPythonCode/pull/641 Create calorie counter meal suggestions.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/605 Create personal manifestation journal.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/606 Create ancient wonders explorer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/609 Create healthy habit bingo.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/610 Create sound therapy app.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/608 Create virtual forest walk simulator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/611 Create plant care reminder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/612 Create personal hobby finder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/613 Create interactive story adventure.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/604 Create riddle of the day.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/607 Create birdsong identifier.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/603 Create real time stock watchlist.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/602 Create folder counter.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/578 Create ancient translator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/579 Create daily life sim.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/580 Create dream symbol interpreter.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/581 Create mythology trivia quiz.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/582 Create historical figures match game.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/583 Create Daily Weather Outfits.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/584 Create gift Idea Generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/585 Create wine flavor profiler.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/586 Create animal sound recognizer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/559 Create eco friendly product finder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/560 Create lost item tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/561 Create quote reflection.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/562 Create vintage filter.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/563 Create solar system facts.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/564 Create healthy recipe suggestion.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/558 Create fantasy name generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/557 Create self care checklist.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/556 Create morse code translator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/555 Create movie night generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/544 Create watering scheduler.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/542 Create energy usage tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/540 Create personal hydration reminder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/538 Create mood based playlist.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/531 Create md to html.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/534 Create pomodoro timer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/536 Create pattern recognizer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/530 Create image viewer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/529 Create daily motivator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/528 Create resume builder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/532 Create pet age converter.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/527 Create wine cheese pairing.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/526 Create worldmapquiz.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/520 Create tarot reader.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/523 Create magic 8 ball.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/522 Create career personality test.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/514 Create brain teasers generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/515 Create quote poster maker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/516 Create element quiz.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/517 Create caption generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/518 Create seasonal recipe finder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/519 Create sleep log analyzer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/452 Create personal year in review.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/453 Create travel bucket list tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/454 Create virtual escape room.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/455 Create meal prep schedule generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/456 Create street food guide.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/457 Create fitness milestone tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/458 Create dream journal.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/459 Create pet feeding reminder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/460 Create personalized product price tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/461 Create customized greeting card creator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/462 Create simple geographic quiz.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/463 Create music chord finder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/464 Create local plant care guide.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/466 Create daily weather outfit planner.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/468 Create color palette generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/470 Create healthy meal suggestion app.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/474 Create brainstorming tool.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/476 Create morning routine planner.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/478 Create language flashcards.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/480 Create daily quote notifier.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/482 Create weather comparison tool.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/484 Create quick recipe finder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/486 Create ambient noise generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/488 Create story plot generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/490 Create ingredient substitute finder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/472 Create expense split calculator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/426 Create history timeline.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/425 Create image comparison.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/424 Create voice calculator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/423 Create vacation packing list generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/427 Create age gender detection.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/422 Create body pose estimator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/421 Create emotion recognition.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/420 Create face mask detector.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/419 Create movie recommender.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/417 Create handwritten digit recognition.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/416 Create sentiment analysis.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/415 Create image classifier.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/414 Create spam detector.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/418 Create habit tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/318 Create ascii art generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/319 Create invoice generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/324 Create text rpg battle game.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/325 Create qr code generator scanner.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/338 Create recommendation engine.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/339 Create social media post scheduler.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/343 Create portfolio generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/344 Create adventure plot generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/346 Create grocery sorter.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/352 Create encrypt decrypt.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/353 Create language translation quiz.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/357 Create simple crossword generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/358 Create daily word scramble.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/360 Create stock portfolio tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/361 Create plant growing simulator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/362 Create periodic table.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/364 Create random emoji generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/365 Create words to emoji generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/366 Create interactive trivia game.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/367 Create personal to read list.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/368 Create pet adoption finder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/369 Create document organizer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/370 Create simple workout logger.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/371 Create personal journal.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/372 Create virtual business card.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/373 Create scavenger hunt.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/374 Create wallpaper rotator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/375 Create food pairing.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/376 Create illusion viewer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/377 Create photo manager.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/378 Create movie recommender.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/379 Create breathing app.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/380 Create city facts explorer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/381 Create motivational goal tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/356 Create crypto portfolio tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/382 Update README.md https://github.com/sumanth-0/100LinesOfPythonCode/pull/302 Create digital flashlight.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/295 Create voice recorder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/294 Create random facts generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/293 Create random workout generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/275 Create dictionary app.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/276 Create math quiz generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/277 Create personalized email formatter.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/278 Create world time converter.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/279 Create quick survey app.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/280 Create temperature converter.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/281 Create image filter.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/282 Create ascii music visualizer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/283 Create ip geolocation finder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/284 Create cooking timer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/285 Create riddle of the day.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/286 Create horoscope generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/287 Create rpg dice roller.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/288 Create binary clock.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/245 Create virtual plant simulator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/244 Create simple personal finance logger.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/242 Create mood ring simulation.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/241 Create inspirational quotes slideshow.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/240 Create flashlight simulation.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/239 Create reminder app.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/238 Create doodle board.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/237 Create currency converter.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/236 Create password generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/235 Create morse code converter.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/234 Create route finder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/233 Create fortune teller.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/232 Create air quality checker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/231 Create virtual dice roller.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/220 Create habit tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/211 Create virtual piano.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/204 Create currency exchange rate tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/203 Create periodic table quiz.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/202 Create pomodoro timer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/196 Create weather themed mood lights.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/193 Create book summary fetcher.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/192 Create image resizer cropper.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/216 Create virtual coin flip.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/217 Create flashcard-quizzer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/176 Create discount-calculator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/174 Create handwritten-digit-recognizer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/173 Create random-character-generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/172 Create productivity-tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/171 Create random-programming-facts.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/170 Create language-pronunciation-checker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/177 Create recipe-ingredient-calculator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/169 Create event-countdown-timer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/168 Create chess game scraper.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/167 Create mood color palette generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/166 Create virtual atm.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/165 Create automatic-wallpaper-changer.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/178 Create stock-price-notifier.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/179 Create alarm clock with snooze.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/181 Create url-shortener.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/164 Create quiz-app.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/144 Create recipe-finder.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/143 Create snake.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/142 Create weather dashboard.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/141 Create elevator control system.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/140 Create maze solver visualization.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/96 Create crypto price tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/94 Create procedural art generator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/87 Create mood light simulation.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/86 Create spelling bee game.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/85 Create language translator.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/84 Create txt adventure maze.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/83 Create math puzzle.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/81 Create dungeon map.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/80 Create random jokes.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/79 Create virtual pet game.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/72 Create number-guessing.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/43 Create encode-decode.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/42 Update dice roller.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/40 Create adventure.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/41 Update bmi.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/53 Create type speed.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/49 Create Unit-Converter.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/48 Create HangmanGame.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/35 Create stopwatch.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/39 Create pass check.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/38 Update tic tac toe.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/24 Update to-do list.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/23 Update expense tracker.py https://github.com/sumanth-0/100LinesOfPythonCode/pull/22 Update README.md https://github.com/TheAlgorithms/Python/pull/12345 Create welcome.yml https://github.com/brisbanesocialchess/awesome-social-chess/pull/90 Update README.md https://github.com/brisbanesocialchess/awesome-social-chess/pull/92 Update README.md https://github.com/brisbanesocialchess/awesome-social-chess/pull/91 Create dependabot.yml https://github.com/brisbanesocialchess/awesome-social-chess/pull/84 Update README.md https://github.com/brisbanesocialchess/awesome-social-chess/pull/75 Update .pre-commit-config.yaml https://github.com/brisbanesocialchess/awesome-social-chess/pull/57 Create .gitignore https://github.com/brisbanesocialchess/awesome-social-chess/pull/45 Update .pre-commit-config.yaml https://github.com/brisbanesocialchess/awesome-social-chess/pull/43 Create .gitattributes https://github.com/brisbanesocialchess/awesome-social-chess/pull/39 Create .editorconfig https://github.com/brisbanesocialchess/awesome-social-chess/pull/37 Create .codespellrc https://github.com/brisbanesocialchess/awesome-social-chess/pull/29 Create labeler.yml and .github/workflows/labeler.yml https://github.com/brisbanesocialchess/awesome-social-chess/pull/24 Add https://github.com/brisbanesocialchess/awesome-social-chess/pull/21 yamllint to .pre-commit-config.yaml Update README.md https://github.com/brisbanesocialchess/awesome-social-chess/pull/20 Update script.js and README.md for Transact-SQL https://github.com/agnilondapakou/helloWorld/pull/447 Update README.md https://github.com/agnilondapakou/helloWorld/pull/445 Update script.js https://github.com/agnilondapakou/helloWorld/pull/444 Create HelloWorld.sql https://github.com/agnilondapakou/helloWorld/pull/426 Create HelloWorld.xojo project https://github.com/agnilondapakou/helloWorld/pull/425 Create HelloWorld.cecil https://github.com/agnilondapakou/helloWorld/pull/287 Create HelloWorld.bcpl https://github.com/agnilondapakou/helloWorld/pull/284 Create HelloWorld.sather https://github.com/agnilondapakou/helloWorld/pull/281 Create HelloWorld.ex https://github.com/agnilondapakou/helloWorld/pull/274 Create HelloWorld.curl https://github.com/agnilondapakou/helloWorld/pull/271 Create HelloWorld.thue https://github.com/agnilondapakou/helloWorld/pull/268 Create HelloWorld.boo https://github.com/agnilondapakou/helloWorld/pull/286 Create HelloWorld.as https://github.com/agnilondapakou/helloWorld/pull/285 Create HelloWorld.spark https://github.com/agnilondapakou/helloWorld/pull/283 Create HelloWorld.sb3 https://github.com/agnilondapakou/helloWorld/pull/282 Create HelloWorld.rexx https://github.com/agnilondapakou/helloWorld/pull/280 Create HelloWorld.ls https://github.com/agnilondapakou/helloWorld/pull/279 Create HelloWorld.raku https://github.com/agnilondapakou/helloWorld/pull/278 Create HelloWorld.mpl https://github.com/agnilondapakou/helloWorld/pull/277 Create HelloWorld.io https://github.com/agnilondapakou/helloWorld/pull/276 Create HelloWorld.cql https://github.com/agnilondapakou/helloWorld/pull/275 Create HelloWorld.coffee https://github.com/agnilondapakou/helloWorld/pull/273 Create HelloWorld.xq https://github.com/agnilondapakou/helloWorld/pull/272 Create HelloWorld.v https://github.com/agnilondapakou/helloWorld/pull/270 Create HelloWorld.vhd https://github.com/agnilondapakou/helloWorld/pull/269 Create Hello-World.pug https://github.com/agnilondapakou/helloWorld/pull/219 Create proselint.yml https://github.com/brisbanesocialchess/.github/pull/63 Add https://github.com/brisbanesocialchess/.github/pull/78 pre-commit to GitHub Actions Create first-interaction.yml https://github.com/brisbanesocialchess/.github/pull/76 Create .gitattributes https://github.com/brisbanesocialchess/.github/pull/75 Create .codespellrc https://github.com/brisbanesocialchess/.github/pull/72 Create .pre-commit-config.yaml https://github.com/brisbanesocialchess/.github/pull/71 Update .gitignore https://github.com/brisbanesocialchess/.github/pull/70 Create .github/labeler.yml and .github/workflows/labeler.yml for pull request labeler https://github.com/brisbanesocialchess/.github/pull/65 Update README.md https://github.com/brisbanesocialchess/.github/pull/59 Create dependabot.yml https://github.com/brisbanesocialchess/.github/pull/61 move linters directory inside .github dir https://github.com/brisbanesocialchess/.github/pull/57 Rename workflows/linter.yml to .github/workflows/linter.yml https://github.com/brisbanesocialchess/.github/pull/54 Create .yamllint.yml https://github.com/brisbanesocialchess/.github/pull/41 Create linter.yml https://github.com/brisbanesocialchess/.github/pull/40 Update README.md https://github.com/brisbanesocialchess/.github/pull/39 Create CODEOWNERS https://github.com/brisbanesocialchess/.github/pull/35 Create .editorconfig https://github.com/brisbanesocialchess/.github/pull/34 Create .gitignore https://github.com/brisbanesocialchess/.github/pull/36 Create automated-tests.yml https://github.com/bratergit/lastChanceHackertoberfest/pull/22 Update README.md https://github.com/dipandhali2021/CineMagic/pull/17 Update README.md https://github.com/Abinash6000/Affirmations-App-Jetpack-Compose/pull/33 Create بنیادی-نیویگیشن.md https://github.com/rcallaby/Learn-Git/pull/759 Create github-ഡ്ജംഗോ-കോഡ്സ്പേസ്.md https://github.com/rcallaby/Learn-Git/pull/756 Create github-എക്സ്പ്രസ്-കോഡ്സ്പേസ്.md https://github.com/rcallaby/Learn-Git/pull/755 Create github-റൂബി-റെയിൽസ്-കോഡ്സ്പേസ്.md https://github.com/rcallaby/Learn-Git/pull/757 Create github-പ്രോജക്ട്-മാനേജ്മെന്റ്-ഉപകരണങ്ങൾ.md and github-പ്രോജക്ട്-ബോർഡുകൾ-മറുപടി.md https://github.com/rcallaby/Learn-Git/pull/754 Create github-پروجیکٹ-بورڈز-اور-نوٹس.md https://github.com/rcallaby/Learn-Git/pull/753 Create گٹ ہب-پروجیکٹ-منیجمنٹ-ٹولز.md https://github.com/rcallaby/Learn-Git/pull/752 Create github-django-codespace.md https://github.com/rcallaby/Learn-Git/pull/751 Create گٹ ہب-روبی-ریلز-کوڈاسپیس.md https://github.com/rcallaby/Learn-Git/pull/750 Create express codespaces guide.md https://github.com/rcallaby/Learn-Git/pull/749 Create CONTRIBUTING ur.md https://github.com/rcallaby/Learn-Git/pull/682 Create README ur.md https://github.com/rcallaby/Learn-Git/pull/683 Update ContactUs.js https://github.com/dwip708/EcoFusion/pull/18 Update ContactUs.js https://github.com/dwip708/EcoFusion/pull/17 Create ToDoList.java https://github.com/Badger0909/Hacktoberfest-2024/pull/28 Update RPS.java https://github.com/Badger0909/Hacktoberfest-2024/pull/23 Create task manager.py https://github.com/Badger0909/Hacktoberfest-2024/pull/17 Create simplecalc.py https://github.com/Badger0909/Hacktoberfest-2024/pull/13 Create encode decode.py https://github.com/Badger0909/Hacktoberfest-2024/pull/12 Create stopwatch.py https://github.com/Badger0909/Hacktoberfest-2024/pull/9 Update Card.js https://github.com/Anu27n/layout/pull/8 Update Treemap.js https://github.com/Anu27n/layout/pull/9 Update Radio.js https://github.com/Anu27n/layout/pull/11 Update AreaInput.js https://github.com/Anu27n/layout/pull/10 10 simple python algorithms Solutions https://github.com/suryanshsk/Python-Voice-Assistant-Suryanshsk/pull/439 Update index.html https://github.com/ianshulx/React-projects-for-beginners/pull/119 Create binary search.cpp https://github.com/mohamedammar27/Hacktoberfest-2k24/pull/6 Create palindrome-checker.py https://github.com/Mugunth-dev/Hacktoberfest2024/pull/11 Update LongSubString.py https://github.com/Mugunth-dev/Hacktoberfest2024/pull/9 Create CreateTravelPlan.py https://github.com/iamsamhhh/TravelPlanningApp/pull/11 Create AddEvent.py https://github.com/iamsamhhh/TravelPlanningApp/pull/10 Create userinput.py https://github.com/iamsamhhh/TravelPlanningApp/pull/9 Aniruddha Adak's Card https://github.com/Syknapse/Contribute-To-This-Project/pull/3476 Update Contributors.md https://github.com/firstcontributions/first-contributions/pull/79121 What Comes Next Putting my work out in the public has been both challenging and incredibly rewarding. Every single merge represents a puzzle solved, a conversation with a maintainer, and a step forward in my engineering journey. I plan to keep building, experimenting with advanced AI tools, and sharing my code with the world. If you want to talk about open source, Python, or AI systems, feel free to connect with me. Let us keep creating in the open.