Skip to content
View Shy-Doge's full-sized avatar
πŸ™ƒ
Modding is fun
πŸ™ƒ
Modding is fun
  • Lisbon, Portugal
  • 19:25 (UTC +01:00)

Block or report Shy-Doge

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
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:

C C# C++ CSS3 HTML5 Java JavaScript Python PowerShell PHP Ruby Windows Terminal Heroku AWS .Net Anaconda Bootstrap Electron.js jQuery NPM NodeJS React React Query Socket.io Three js WebGL Web3.js Apache Nginx MariaDB MongoDB MySQL Postgres Redis SQLite Adobe Photoshop Affinity Photo Canva GitHub GitLab Git Arduino Bitwarden Cisco Jellyfin Pi-Hole Raspberry Pi Godot Engine Steam nVIDIA Unity Unreal Engine Tampermonkey XFCE Itch.io

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies


πŸ’° You can help me by Donating

Ko-Fi

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):