Skip to content

Instantly share code, notes, and snippets.

View alexonpeace's full-sized avatar

Alex alexonpeace

View GitHub Profile
@alexonpeace
alexonpeace / Lib.py
Created February 3, 2019 10:05 — forked from TreavVasu/Lib.py
Library Project
import os
import pickle
import time
width = "150"
height = "50"
os.system("mode con cols="+width+"lines="+height)
######ADD CODE FOR SPECIAL EFFECTS
##
##os.system('COLOR F0')
@alexonpeace
alexonpeace / Lib.py
Last active January 30, 2019 08:32
CS Project
import os
import pickle
import time
width = "150"
height = "50"
os.system("mode con cols="+width+"lines="+height)
######ADD CODE FOR SPECIAL EFFECTS
##
##os.system('COLOR F0')