1
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import os, easygui, time
|
import os, easygui, time
|
||||||
from os.path import basename
|
from os.path import basename
|
||||||
from subprocess import *
|
from subprocess import *
|
||||||
slash = '\\'
|
slash = '/'
|
||||||
|
|
||||||
start = easygui.buttonbox("Open file (image, text, sound, what you want) to push archive in", "FilesConnector", ("Browse file", "Cancel"))
|
start = easygui.buttonbox("Open file (image, text, sound, what you want) to push archive in", "FilesConnector", ("Browse file", "Cancel"))
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import os, easygui, time
|
import os, easygui, time
|
||||||
from os.path import basename
|
from os.path import basename
|
||||||
from subprocess import *
|
from subprocess import *
|
||||||
slash = '\\'
|
slash = '/'
|
||||||
|
|
||||||
start = easygui.buttonbox("Open .ui file to convert it", "Converter", ("Browse file", "Cancel"))
|
start = easygui.buttonbox("Open .ui file to convert it", "Converter", ("Browse file", "Cancel"))
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
import os, shutil, random
|
import os, shutil, random
|
||||||
slash = '\\'
|
slash = '/'
|
||||||
chars = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0',
|
chars = ['1', '2', '3', '4', '5', '6', '7', '8', '9', '0',
|
||||||
'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p',
|
'q', 'w', 'e', 'r', 't', 'y', 'u', 'i', 'o', 'p',
|
||||||
'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l',
|
'a', 's', 'd', 'f', 'g', 'h', 'j', 'k', 'l',
|
||||||
'z', 'x', 'c', 'v', 'b', 'n', 'm']
|
'z', 'x', 'c', 'v', 'b', 'n', 'm']
|
||||||
|
|
||||||
input("KOTIKOT, all rights reserved \nPress Enter to start...")
|
input("KOTIKOT, all rights reserved /nPress Enter to start...")
|
||||||
|
|
||||||
nameoffile = input("Enter name of file: ")
|
nameoffile = input("Enter name of file: ")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user