Skip to content

Instantly share code, notes, and snippets.

View rotolonico's full-sized avatar
😺
NaN

Domenico Rotolo rotolonico

😺
NaN
View GitHub Profile
@rotolonico
rotolonico / main.py
Created August 26, 2022 11:15
Generates Minecraft resource packs using the bash 'convert' tool!
import os
import shutil
import random
rp = "[PATH_OF_RP_TO_MODIFY]"
vanilla = "[PATH_OF_VANILLA_RP_TO_RESET]"
# Set this to true to reset the resource pack back to the vanilla one every tiem you hit play
reset_rp = True
@rotolonico
rotolonico / main.py
Last active February 9, 2022 21:58
Python Interactive Livestream Tool
import random
from pytube import YouTube
import os
import pytchat
import asyncio
import yt_dlp
initialVideoId = "7iaIK_86W3s"
liveId = "d1rGAtMR5XU"
using System;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
[Serializable]
public class BackpropagationNeuralNetwork
{
private static readonly System.Random Random = new System.Random();