Skip to content

Instantly share code, notes, and snippets.

View DevBefell's full-sized avatar
🎯
Trying to focus on my projects

Befell DevBefell

🎯
Trying to focus on my projects
  • United States
View GitHub Profile
@DevBefell
DevBefell / player.py
Created November 6, 2020 04:35
Youtube player (python)
import random
import sys
import threading
import time
import PySimpleGUI as sg
import pafy
import vlc
from pynput.keyboard import GlobalHotKeys
from concurrent.futures import ThreadPoolExecutor
@DevBefell
DevBefell / gist:f1348916ff1375e87c6821c5402e35e2
Last active November 6, 2020 02:56
Hypixel /play names and command
{
"skyblock": "sb",
"warlords_capture_the_flag": "warlords_ctf_mini",
"wl_capture_the_flag": "warlords_ctf_mini",
"warlords_ctf": "warlords_ctf_mini",
"wl_ctf": "warlords_ctf_mini",
"wl_domination": "warlords_domination",
"wl_team_deathmatch": "warlords_team_deathmatch",
"mega_walls_standard": "mw_standard",
"mw_standard": "mw_standard",
@DevBefell
DevBefell / play commands.txt
Last active November 15, 2023 21:32
hypixel /play commands
# /play sb
# /play warlords_ctf_mini
# /play warlords_domination
# /play warlords_team_deathmatch
# /play mw_standard
# /play mw_face_off
# /play blitz_solo_normal
# /play blitz_teams_normal
# /play ranked_normal
# /play solo_normal