Skip to content
View Shy-Doge's full-sized avatar
🙃
Modding is fun
🙃
Modding is fun

Block or report Shy-Doge

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Shy-Doge/README.md

💫 About Me:

🔭 I’m currently working on nothing.
👯 I’m looking to collaborate on game modding.
🌱 I’m currently learning cybersecurity.

💻 Tech Stack:

👨‍💻 Programming Languages

C C# C++ Java JavaScript Python PowerShell PHP Ruby

🌐 Web Development

Frontend

HTML5 CSS3 Bootstrap jQuery React React Query Three js WebGL

Backend / Frameworks

NodeJS NPM Socket.io .Net Blazor Electron.js Web3.js

🗄️ Databases

MariaDB MongoDB MySQL Postgres Redis SQLite

☁️ Hosting / Cloud

AWS Heroku Apache Nginx

🛠️ Tools & Platforms

Anaconda Git GitHub GitLab Windows Terminal Cisco Bitwarden Tampermonkey

🎨 Design

Adobe Photoshop Affinity Photo Canva

🔌 Hardware / Embedded / Networking

Arduino Raspberry Pi Pi-Hole Jellyfin XFCE

🎮 Game Development

Godot Engine Unity Unreal Engine Itch.io Steam nVIDIA

📊 GitHub Stats:



🏆 GitHub Trophies


💰 You can help me by Donating

Ko-Fi

🛠️ Commit History:

snake gif

Pinned Loading

  1. ScramMod ScramMod Public

    My modded scram game files

    2

  2. OldScramLauncher OldScramLauncher Public archive

    Old Scram Launcher.

    Visual Basic .NET

  3. SteamHelper SteamHelper Public

    A program that allows you to play other games using Steam features like Remote Play Together.

    C#

  4. Windows-10-Evil-Portal Windows-10-Evil-Portal Public

    An Evil Portal I made mimicking the Windows 10 WiFi notification.

    HTML

  5. RetroIRC RetroIRC Public

    Simple IRC Server and Client with SSL/TLS encryption I made when I was bored.

    Python

  6. A simple script that extracts all im... A simple script that extracts all images from a Word document and names them using the headings in the document.
    1
    import os
    2
    from docx import Document
    3
    from docx.oxml.ns import qn
    4
     
    5
    def save_images_from_docx(docx_path, output_folder):