mirror of
https://github.com/Akascape/Datamosher-Pro.git
synced 2025-12-12 11:19:58 +01:00
Update Datamosher Pro v1.2.py
This commit is contained in:
@@ -3,7 +3,6 @@ from tkinter import *
|
|||||||
from tkinter import ttk, messagebox, filedialog
|
from tkinter import ttk, messagebox, filedialog
|
||||||
import tkinter
|
import tkinter
|
||||||
import sys
|
import sys
|
||||||
import imageio
|
|
||||||
import random
|
import random
|
||||||
import re
|
import re
|
||||||
import struct
|
import struct
|
||||||
@@ -27,6 +26,8 @@ if missing:
|
|||||||
elif res=="no":
|
elif res=="no":
|
||||||
print("Error: Required modules not available! \nWithout the modules you can't use this program. Please install them first!")
|
print("Error: Required modules not available! \nWithout the modules you can't use this program. Please install them first!")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
else:
|
||||||
|
import imageio
|
||||||
def resource_path0(relative_path):
|
def resource_path0(relative_path):
|
||||||
base_path = getattr(
|
base_path = getattr(
|
||||||
sys,
|
sys,
|
||||||
|
|||||||
Reference in New Issue
Block a user