1 Star 0 Fork 0

brendanaaa / musicpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
musicpy editor start program.pyw 676 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rainbow-Dreamer 提交于 2020-12-26 09:59 . update
import traceback
from tkinter import *
from tkinter import ttk
from tkinter import font
from tkinter.scrolledtext import ScrolledText
from PIL import Image, ImageTk
from tkinter import filedialog
import sys
import os
import midiutil
import mido
abs_path = os.path.dirname(os.path.abspath(__file__))
os.chdir(abs_path)
sys.path.append(abs_path)
exec("from musicpy import *")
function_names = dir(__import__('musicpy')) + ['direct_play', 'print']
from io import BytesIO
import pygame
pygame.mixer.init(44100, -16, 1, 1024)
with open('config.py', encoding='utf-8-sig') as f:
exec(f.read())
with open('musicpy editor for exe.py', encoding='utf-8-sig') as f:
exec(f.read())
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/brendanaaa/musicpy.git
git@gitee.com:brendanaaa/musicpy.git
brendanaaa
musicpy
musicpy
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891