|
ID3v1Reader
|
Other links at Python |
| 1. |
Python Editors
|
|
|
Python Editors brings an extensive list of Editors and other development tools for Python. All Python software is fully reviewed and allows programmers to add their own review.
|
| 2. |
avatar.py
|
|
|
Might be used in forums. With a chance of 1:ratio, one of the images in the current directory will be randomly selected and sent to the browser. Otherwise, the given default image will be used.
|
| 3. |
ID3v1Reader
|
|
|
Reads ID3v1 tags from MP3 files. Comes with Tkinter GUI. Reusable as module.
|
| 4. |
mp3sort.py
|
|
|
Tries to extract the artist name from each mp3 file in the directory and moves the file to a subdirectory with the artists name.
|
| 5. |
pyfmf
|
|
|
pyfmf is an open-source project in Python for platform-independent file management. At its core, pyfmf consists of an extensible framework. As extensions from that framework, the project includes a console based toolkit (zigo) and a graphical platform (zago) that is effectively a wrapper around the toolkit. Use either just the framework by itself, the toolkit, or the graphical platform to build applications for archiving files, searching files, measuring disk usage, etc. For instance, build your own back-up utility using existent modules to select which directories and which files to back up. You can even use existent modules to detect which files have changed since the last back-up. Then you only have to implement a module (with a few lines of Python code) that executes the actual back-up operation (e.g., writing to a tape device).
|
|
|