We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516dc5e commit 609253dCopy full SHA for 609253d
scripts/codec_expoler.py
@@ -147,6 +147,8 @@ def create_tree_tab(label):
147
export_btn = tk.Button(root_window, text="Esporta in Excel o CSV", command=export_data)
148
export_btn.pack(pady=10)
149
150
+
151
+if __name__ == "__main__":
152
while True:
153
root_window.mainloop()
154
scelta = input("\nUtilizza di nuovo lo script digitando 1 o premi 0 per ritornare a main.py: ").strip()
0 commit comments