Yes I know I'm terrible with python but here is a little code.
:
print "Welcome to ZapOS!"
on = 0
f1 = 0
f2 = 0
while on == 0:
cmmnd = raw_input("Input your command:")
if cmmnd == "ZapPro":
print "Welcome to ZapPro! a file convertor where you can convert .txt files to .jrg files input your file name for a conversion.(without the .txt)"
cvn = raw_input("")
if cvn == fn:
f2 = f1
print "(-)File converted(-)"
print "To use your newly converted file use the command'ZapSml'"
if cmmnd == "ZapWord":
if f1 != 0:
print f1
ovr = raw_input("Overwrte last file?(yes/no)")
if ovr != no:
et = raw_input("Enter text:")
print et
fn = raw_input("File name?")
else:
et = raw_input("Enter text:")
print et
fn = raw_input("File name?")
print fn,".txt"
f1 = et
print "(-)saved(-)"
if cmmnd == "ZapSml":
if f2 != 0:
print len(f2)
else:
print "You have no jrg file"
if cmmnd == "off":
on = 1
You can open a VERY simple word processor with the command "ZapWord"
Then write anything and press enter. Then name your file (yolu can onlyhave one) With that file you can convert it into a .jrg file with the command "ZapPro"
With the .jrg you can find the length of the origanal text withthe command "ZapSml".
Offline
lol. I made a batch file called zapOS!
Offline
So what does it actually do?
Offline
Hehe, I'm just wondering what it's supposed to do. I may be able to help you with it. ^.^
Offline
Oh, nice program!

Offline
Yay, I know enough Python to tell what the program does without running it!
I have been using Python for several years. I think that this is a pretty cool script!
The next stage is to make it load and save actual files
(look up 'cpickle'')
Offline
floppy_gunk wrote:
Yay, I know enough Python to tell what the program does without running it!
![]()
I have been using Python for several years. I think that this is a pretty cool script!
The next stage is to make it load and save actual files(look up 'cpickle'')
Wow thanks.
Tomarrow I'll make and post a new code.
Offline