Skip to content

Instantly share code, notes, and snippets.

View FlooferLand's full-sized avatar
🌈
very gay (woman connoisseur)

FlooferLand! FlooferLand

🌈
very gay (woman connoisseur)
View GitHub Profile
@FlooferLand
FlooferLand / model_installer.py
Last active April 23, 2024 05:59
weights.gg RVC model installer
import zipfile
import os
import os.path as path
import json
import time
import shutil
from colorama import Fore, Back, Style
###########################################################
# Installs RVC models from Weights.gg zip files basically #
@FlooferLand
FlooferLand / gmod_font_size_changer.py
Last active September 25, 2022 19:58
Python script to change Garry's Mod font size
##########################
# Gmod font size changer #
# --- By FlooferLand --- #
# /!\ Use at your own caution,
# make a backup before running the script! /!\
# PS: It doesn't work for *some* fonts like the spawn menu, feel free to suggest a fix
# Variables
source_scheme_path = "E:\\Games\\SteamLibrary\\steamapps\\common\\GarrysMod\\garrysmod\\resource\\SourceScheme.res"
@FlooferLand
FlooferLand / discord_party_mode.py
Last active June 11, 2023 10:14
Discord Party Mode achievement-beating script
#########################################################################################
# --- Read me --- #
#########################################################################################
# Scuffed Python script in order to beat the Party Mode achievements in Discord #
# - In order to run it: #
# 1. Install Python 3 #
# 2. Install the `pyautogui` and `pydirectinput` Python PIP modules (pip install ...) #
# 3. Open a terminal in the directory where #
# the script is, and run `python discord_party_mode.py` #
# (or `python3 discord_party_mode.py` if you're on Linux/macOS) #