mirror of
https://github.com/yawaflua/Minecraft_server_creating-BETA-.git
synced 2025-12-10 04:19:33 +02:00
Update windows.py
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
from tkinter import Tk, BooleanVar, Button, Checkbutton
|
||||
from commands import *
|
||||
from installer import *
|
||||
from os import remove, getcwd
|
||||
|
||||
def windows():
|
||||
|
||||
remove(str(getcwd)+'/index.py')
|
||||
# remove installer
|
||||
window=Tk()
|
||||
window.title('Minecraft server')
|
||||
window.geometry('500x300') #500/\, 250>
|
||||
@@ -51,4 +53,4 @@ def windows():
|
||||
window.mainloop()
|
||||
# create window and button for start and create server
|
||||
# creating def for index.py
|
||||
windows()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user