1
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
import os, easygui, time
|
import os, time, subprocess, sys
|
||||||
from os.path import basename
|
from os.path import basename
|
||||||
from subprocess import *
|
from subprocess import *
|
||||||
|
try:
|
||||||
|
import easygui
|
||||||
|
except:
|
||||||
|
subprocess.check_call([sys.executable, "-m", "pip", "install", 'easygui'])
|
||||||
|
import easygui
|
||||||
|
|
||||||
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"))
|
||||||
|
|||||||
Reference in New Issue
Block a user