Skip to content

Instantly share code, notes, and snippets.

View Sultan-papagani's full-sized avatar

Berkay Efe Sultan-papagani

  • Vars Group
  • Turkey
View GitHub Profile
@Sultan-papagani
Sultan-papagani / curseforge_modpack_downloader.py
Created August 9, 2024 10:52
Install curseforge mod packs with python
import json
from tkinter import filedialog
import shutil
import urllib.parse
import urllib.request
import os
def download(modId, fileId, fn):
@Sultan-papagani
Sultan-papagani / visualize.py
Created January 19, 2024 23:41
Visualize SDR++ Themes with Python Pygame
# Put this script on the same folder as .json theme files.
# for example: sdrpp_windows_x64\res\colormaps
# run .py and change themes with arrow keys -> <-
# Dependencies:
# pip install pillow
# pip install pygame
import json, pygame, os