Update Datamosher Pro v1.2.py

This commit is contained in:
Akascape
2021-11-06 17:52:32 +05:30
committed by GitHub
parent f66a780dda
commit 6102604a1e

View File

@@ -3,7 +3,6 @@ from tkinter import *
from tkinter import ttk, messagebox, filedialog
import tkinter
import sys
import imageio
import random
import re
import struct
@@ -27,6 +26,8 @@ if missing:
elif res=="no":
print("Error: Required modules not available! \nWithout the modules you can't use this program. Please install them first!")
sys.exit()
else:
import imageio
def resource_path0(relative_path):
base_path = getattr(
sys,