reefboy1
Feb 02, 2015 - 15:25
First of all this module is just starting out and will be better in the future. You MUST name this module gec . After you have copied the code in, and named it gec , you can do import gec In any script. My code:
import gec ; reload(gec)
import console
gac = raw_input(' ')
def graphics():
gbox=''' |-------------------|
| |
| |
| |
| |
|___________________|
'''
if gac == 'graphics.gbox()':
console.clear()
print(gbox)
else:
print('The Text You Entered Is Not Compatible With This Module')
graphics()