-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
===Version 1.4.1.8 has been updated==== 1. Fix parsing errors caused by character issues during interface parsing. 2. Increase support for virtualenv environments. 3. Improve the miniature interface display and selection of the code editor. 4. Improve the setup, operation, and packaging of various environments. 5. Investigation of the reasons for the increase in VIP payment before payment. 6. BUG feedback detailed page optimization.
- Loading branch information
1 parent
cde7539
commit eb7428f
Showing
23 changed files
with
157 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,157 @@ | ||
#coding=utf-8 | ||
# -*- coding: UTF-8 -*- | ||
import tkinter | ||
import tkinter.ttk | ||
import platform | ||
import ctypes | ||
import os | ||
import os.path | ||
import shutil | ||
import sys | ||
import subprocess | ||
import re | ||
import math | ||
import random | ||
import glob | ||
import time | ||
from xml.etree import ElementTree as XMLElementTree | ||
from pickle import NONE | ||
from random import random | ||
from turtle import speed | ||
from typing_extensions import Self | ||
import struct | ||
import copy | ||
import binascii | ||
import numpy | ||
import cv2 | ||
import openpyxl | ||
from openpyxl.styles import Border, Side, Alignment | ||
import json | ||
import io | ||
from io import BytesIO | ||
from PIL import Image | ||
from cmath import atan | ||
from http.client import LineTooLong | ||
from logging import exception | ||
import base64 | ||
import hashlib | ||
import tkinter.messagebox | ||
import tkinter.filedialog | ||
import tkinter.colorchooser | ||
import tkinter.simpledialog | ||
from tkinter import * | ||
import tkinter.font | ||
from PIL import Image,ImageTk,ImageFont,ImageDraw | ||
from pathlib import Path | ||
from os.path import abspath, dirname | ||
import urllib | ||
from urllib.request import urlopen | ||
from urllib.parse import quote | ||
from urllib.parse import urljoin | ||
from ctypes import windll | ||
import requests | ||
import pyperclip | ||
import pyttsx3 | ||
import pyautogui | ||
import pywintypes | ||
import win32gui | ||
import win32api | ||
import win32print | ||
import win32con | ||
import win32clipboard | ||
from winsound import Beep | ||
from functools import partial | ||
import string | ||
import multiprocessing | ||
from multiprocessing import Process | ||
from threading import Timer | ||
import threading | ||
import importlib | ||
from importlib import import_module | ||
import traceback | ||
import tempfile | ||
import zipfile | ||
import aggdraw | ||
import windnd | ||
from cefpython3 import cefpython as cef | ||
import pypinyin | ||
from ast import Pass | ||
from calendar import c | ||
from telnetlib import theNULL | ||
import pygame | ||
from pygame.locals import * | ||
from pygame.math import * | ||
from pygame.constants import * | ||
from OpenGL.GL import * | ||
from OpenGL.GLU import * | ||
from OpenGL.GLUT import * | ||
from OpenGL.raw.GL.EXT import texture_sRGB as DXTTEXTURE | ||
from OpenGL.arrays import vbo | ||
from pyopengltk.win32 import OpenGLFrame | ||
import ttkbootstrap | ||
import serial | ||
import serial.tools.list_ports | ||
import usb.core | ||
import usb.util | ||
import matplotlib.pyplot as plt | ||
import seaborn as sns | ||
sns.set() | ||
plt.rcParams['font.sans-serif'] = ['SimSun'] | ||
plt.rcParams['axes.unicode_minus'] = False | ||
from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg, NavigationToolbar2Tk | ||
from matplotlib.backend_bases import key_press_handler | ||
from matplotlib.figure import Figure | ||
from mpl_toolkits.mplot3d import Axes3D | ||
import pandas | ||
from bs4 import BeautifulSoup | ||
import calendar | ||
import qrcode | ||
import webbrowser | ||
import Webbrowser | ||
from selenium import webdriver | ||
from selenium.webdriver.common.keys import Keys | ||
from selenium.webdriver.common.by import By | ||
from selenium.webdriver.support import expected_conditions as EC | ||
from selenium.webdriver.support.wait import WebDriverWait | ||
from selenium.webdriver.common.action_chains import ActionChains | ||
import xml.dom.minidom | ||
from xml.dom.minidom import Document | ||
# from FbxCommon import * | ||
# from fbx import * | ||
import Language_E | ||
import Language_C | ||
import Language_C2 | ||
import Language_J | ||
import Language_K | ||
import FunctionDictionary | ||
import PyMeValues | ||
import PyMeTool | ||
import PyMeClass | ||
import PyMeFuns | ||
import PyMeWriter | ||
import PyMeHighLight | ||
import PyMe2DGameEngine | ||
import PyMe3DGameEngine | ||
import PyMeAPKLauncherImg | ||
import PackProjPyd | ||
import PyMeTemplate | ||
import PyMeFunLib | ||
import PyMeEncryption | ||
import PyMeGameFile | ||
try: | ||
os.environ["GIT_PYTHON_REFRESH"] = "quiet" | ||
except Exception as ex: | ||
print(ex) | ||
import git | ||
import svn, svn.remote | ||
from ctypes import windll, Structure, c_long, byref | ||
import sqlite3 | ||
import pymysql | ||
import pymssql | ||
import flask | ||
import socket | ||
import BrowserFrame | ||
import qrcode | ||
from qrcode.constants import ERROR_CORRECT_H | ||
import wmi | ||
import PyMeDesigner |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.