Welcome to superdo. Superdo aims to make your code look better.

To import the module: import superdo as sd

Commands:
sd.ctime() // Current Time
sd.wait(numOfSeconds) // = time.sleep()
sd.cmd(Command) // Run a CMD command from python
sd.file(Name, Extension) // Makes a new file
sd.ip() // returns IP address
sd.libs() // = pip freeze command
sd.mpower(Number) // find power of a num
sd.pipget(Package) // = pip install Package
sd.mfact(Num) // Factorial
sd.mvalue(Num1, Num2) // Greater or Less Than
sd.rannum(Start, End) // Random Number
