摘要: ```python# -*- coding: utf-8 -*-#需要先安装2个模块# pip install mido# pip install python-rtmidi#pip install pyinstaller#pyinstaller --onefile --icon=1.ico --h 阅读全文
posted @ 2025-09-08 22:45 灵活 阅读(9) 评论(0) 推荐(0)
摘要: ```python# pip install pygame mido# pip install pyinstaller# pyinstaller --onefile main.py# pyinstaller --onefile --icon=1.ico main.py import randomim 阅读全文
posted @ 2025-09-08 22:44 灵活 阅读(11) 评论(0) 推荐(0)
摘要: # pip install moviepy# pip install pillow==9.5.0 import osimport randomimport tkinter as tkfrom tkinter import filedialog, messagebox, ttkimport threa 阅读全文
posted @ 2025-09-08 22:41 灵活 阅读(10) 评论(0) 推荐(0)
摘要: # pip install moviepy# pip install pillow==9.5.0 import osimport randomimport tkinter as tkfrom tkinter import filedialog, messagebox, ttkimport threa 阅读全文
posted @ 2025-09-08 22:40 灵活 阅读(7) 评论(0) 推荐(0)
摘要: ```python #pip install flask pygame from flask import Flask, render_template, requestimport pygame.midi app = Flask(__name__) # 初始化 pygame.midipygame. 阅读全文
posted @ 2025-09-08 22:40 灵活 阅读(11) 评论(0) 推荐(0)