Skip to content

Instantly share code, notes, and snippets.

@wcrabscratch
wcrabscratch / codebox.py
Last active September 6, 2025 11:12
python script made by kiyam. NOTE: download it as a zip
import sys
import os
os.system('cls' if os.name == 'nt' else 'clear')
print("Booting")
sys.stdout.flush()
print()
import time