-
大小: 3KB文件类型: .py金币: 2下载: 1 次发布日期: 2021-06-18
- 语言: Python
- 标签: python music electronic
资源简介
一个用python写的简易的电子钢琴,可以自动播放默认音乐,也可以自己 手动输入以播放。
代码片段和文件信息
import winsound
from tkinter import *
def doone():
for i in range(111):
i=i*500
winsound.Beep(i500)
def submit():#读取乐谱并播放的函数
music = list(map(stru.get())) # print(music) print(p.get())
order =[[131147165175196220247][262296330349392440494][523587659698784880988][1047117513191397156817601976]]
match =[‘0‘‘1‘‘2‘‘3‘‘4‘‘5‘‘6‘‘7‘‘8‘‘9‘]
char =[ ‘A‘‘B‘‘C‘‘D‘]
n = 1
j=0
k=0
m=0
time1 = [0 for x in range(101000)]
order1 = [0 for x in range(01000)]
order11 = [0 for x in range(01000)]
orderm = [0 for x in range(01000)]
for i in range(len(music)):
if music[i] == ‘/‘:
n=n+1
if i==0:
if music[i] == ‘0‘ and music[i+1] == ‘.‘ and music[i+2] == ‘5‘:
time1[j]=0.5
j=j+1
t=0
while t<10:
if music[i] == match[t] and music[i+3] == ‘/‘:
time1[j]=t
j=j+1
t=t+1
else:
if music[i] == ‘0‘ :
time1[j]=0.5
j=j+1
for tp in range(19):
if (music[i] == match[tp] and music[i-1] == ‘/‘ ):
time1[j]=tp
j=j+1
for tn in range(04):
if music[i] == char[tn] :
order1[m]=tn
m=m+1
for tt in range(19):
if music[i] == match[tt] and ( music[i-1] == ‘A‘
相关资源
- python实现SGBM图像匹配算法
- python实现灰度直方图均衡化
- scrapy_qunar_one
- Python学习全系列教程永久可用
- python简明教程.chm
- 抽奖大转盘python的图形化界面
- 双边滤波器实验报告及代码python
- python +MYSQL+HTML实现21蛋糕网上商城
- Python-直播答题助手自动检测出题搜索
- OpenCV入门教程+OpenCV官方教程中文版
- Python 串口工具源码+.exe文件
- Python开发的全栈股票系统.zip
- Python操作Excel表格并将其中部分数据写
- python书籍 PDF
- 利用python绘制散点图
- python+labview+No1.vi
- 老男孩python项目实战
- python源码制作whl文件.rar
- python3.5可用的scipy
- PYTHON3 经典50案例.pptx
- 计算机科学导论-python.pdf
- python模拟鼠标点击屏幕
- windows鼠标自动点击py脚本
- 鱼c小甲鱼零基础学python全套课后题和
- Python 练习题100道
- Practical Programming 2nd Edition
- wxPython Application Development Cookbook
- python 3.6
- Python 3.5.2 中文文档 互联网唯一CHM版本
- python3.5.2.chm官方文档
评论
共有 条评论