搜索资源列表
AudiereAudioSystem
- 一种便利高质量的袖珍音频API函数库, 支持文件操作、编码解码、混音、播放输出, 播放支持 MP3, Ogg Vorbis, FLAC, WAV, IT, XM, S3M, 和 MOD 文件. 可用于C, C++, Python, Java, Delphi, 以及支持 XPCOM 的任何语言. -a convenient pocket-sized high-quality audio API functions to support document operation, codec
songSpider
- python爬虫 自动下载mp3歌 有比较经典的正则表达式
MP3Player.rar
- 一个用VB编写的MP3播放器,该界面设计的合理漂亮,是初学者学习开发的好的例子,a mp3 player coded in VB which is beautiful and efficient. Those who are new to this cp language can take advantage of this to get familier with it.
cdg tools
- converts cd+g to mp3+g and convert mp3+g to cd+g for karaoke players. requires lame and cdrdao
Player
- 利用python和wxpython编写的一个音乐播放器,支持mp3,wav,ogg等格式-Written in python and wxpython a music player, support mp3, wav, ogg and other formats
Python_mp3.tar
- 用python实现的百度mp3搜索,可以用此脚本来快速搜索百度上的mp3-Python implementation with the Baidu mp3 search, you can use this scr ipt to quickly search Baidu' s mp3
downmp3.tar
- 百度mp3自动下载程序,用python实现的,也用到了shell scr ipt,学习的好参考.-Baidu mp3 download process automatically, using python implementation also uses a shell scr ipt, a good reference study.
MP3Play
- 一个用python写的MP3播放器,供大家学习python时使用。源作者:djhui-Writing a python with the MP3 player for the U.S. study the use of python. Source Author: djhui
upnpmusic-0.3.3
- UPnP-Music-Server. It serves a sqlite-database of your mp3 music collection to a upnp-client. I tested it with Noxon from Terratec. Written in Python. I no longer work on this project since I do not have access to the hardware any more.
python-mp3
- 一个用python写的mp3播放程序,很有趣,适合新手学习掌握python-A mp3 player written in python program, it is interesting for novices to learn to master the python
BaiduDownload
- 转别人写的下载百度top500 mp3的代码-a little python scr ipt for downloading baidu top 500
CoverCatch
- Python 写的小爬虫,把文件夹里面的MP3下载图片。-Written in Python small reptiles, the folder inside the MP3 download pictures.
BaiduDownload
- 转别人写的下载百度top500 mp3的代码-a little python scr ipt for downloading baidu top 500
songSpider
- python爬虫 自动下载mp3歌 有比较经典的正则表达式-python reptiles automatically download mp3 songs more classic Regular Expressions
music
- Python的Mp3音乐播放器,使用了Phonon库,能够实现播放列表和调整音效等功能。-Python Mp3 Music player, use the Phonon library, playlists and adjust to achieve sound and other functions.
MP3Ops
- Python code to move MP3 files into respective folders with their album name, album information is read their Tag.-Python code to move MP3 files into respective folders with their album name, album information is read their Tag.
Python3-廖雪峰
- 首先,我们普及一下编程语言的基础知识。用任何编程语言来开发程序, 都是为了让计算机干活,比如下载一个 MP3,编写一个文档等等,而计 算机干活的 CPU 只认识机器指令,所以,尽管不同的编程语言差异极 大,后都得“翻译”成 CPU 可以执行的机器指令。而不同的编程语言, 干同一个活,编写的代码量,差距也很大。 比如,完成同一个任务,C 语言要写 1000 行代码,Java 只需要写 100 行,而 Python 可能只要 20 行。 所以 Python 是一种相当高级的语言。(