Métamorphose File -n- Folder Renamer is a free, open source mass renaming program that combines great flexability with an intuitive interface.
Allows most command line renaming operations in a single utility, perfect for those of us that need to rename large numbers of files and/or folders on a regular basis.
However, the ease of the interface ensures a one-time user (I need to rename 5 gigs of mp3's) will not find it frustrating to use.
Cross platform for your pleasure, it can run on MS Windows, Linux X, and most likely Mac OS.
Python and open source (GNU-GPL) means it's quickly, easily, and legally customizeable to fit your needs.
To run the program from source you will need:
* Python 2.4.1 available from www.python.org
* wxPython 2.6.1 available from www.wxpython.org. Métamorphose will work with either the unicode or ansi version.
* Debian packages needed for wxPython: libwxgtk2.6, python-wxgtk2.6, python-wxtools
Then execute 'Metamorphose.py' with the Python 2.4.1 interpreter.
File List:
Metamorphose/
0b
Metamorphose/DateTime.py
14Kb
Metamorphose/EnhancedStatusBar.py
10Kb
Metamorphose/License.txt
18Kb
Metamorphose/Metamorphose.py
2Kb
Metamorphose/PyAlpha.py
2Kb
Metamorphose/__setup.py
3Kb
Metamorphose/about.py
3Kb
Metamorphose/art/
0b
Metamorphose/art/icons/
0b
Metamorphose/art/icons/about.png
1Kb
Metamorphose/art/icons/browse.png
1Kb
Metamorphose/art/icons/complete.png
1Kb
Metamorphose/art/icons/date_time.ico
1Kb
Metamorphose/art/icons/errors.ico
2Kb
Metamorphose/art/icons/examples.ico
2Kb
Metamorphose/art/icons/exit.png
1Kb
Metamorphose/art/icons/eyes.png
217b
Metamorphose/art/icons/failed.png
1Kb
Metamorphose/art/icons/folder.ico
1Kb
Metamorphose/art/icons/go.png
366b
Metamorphose/art/icons/help.ico
2Kb
Metamorphose/art/icons/icon_license.txt
500b
Metamorphose/art/icons/loadIni.ico
2Kb
Metamorphose/art/icons/main.ico
1Kb
Metamorphose/art/icons/numbering.ico
1Kb
Metamorphose/art/icons/picker.ico
1Kb
Metamorphose/art/icons/preferences.ico
1Kb
Metamorphose/art/icons/preview.png
498b
Metamorphose/art/icons/reload.png
1Kb
Metamorphose/art/icons/saveIni.ico
2Kb
Metamorphose/art/icons/select_all.png
1Kb
Metamorphose/art/icons/select_none.png
1Kb
Metamorphose/art/icons/undo.ico
1Kb
Metamorphose/art/icons/uninstall.ico
2Kb
Metamorphose/art/icons/wait.png
1Kb
Metamorphose/art/icons/warn.png
1Kb
Metamorphose/art/logo_licensing.txt
1Kb
Metamorphose/art/metamorphose.ico
38Kb
Metamorphose/art/metamorphose.png
14Kb
Metamorphose/art/metamorphose_big.png
38Kb
Metamorphose/configs/
0b
Metamorphose/configs/mp3-number_album_title.cfg
1Kb
Metamorphose/configs/mp3-number_title.cfg
1Kb
Metamorphose/errors.py
2Kb
Metamorphose/examples.py
1Kb
Metamorphose/format.txt
2Kb
Metamorphose/help/
0b
Metamorphose/help/alphabetical.png
1Kb
Metamorphose/help/count_by.png
1Kb
Metamorphose/help/count_direction.png
1Kb
Metamorphose/help/count_reset.png
1Kb
Metamorphose/help/count_reset_dir.png
1Kb
Metamorphose/help/count_start.png
1Kb
Metamorphose/help/counting_box.png
388b
Metamorphose/help/date_formating.png
2Kb
Metamorphose/help/date_time_btn.png
433b
Metamorphose/help/date_time_help.html
494b
Metamorphose/help/examples.html
4Kb
Metamorphose/help/extension.png
1Kb
Metamorphose/help/filter.png
463b
Metamorphose/help/general_help.html
2Kb
Metamorphose/help/id3_btn.png
1Kb
Metamorphose/help/item_select.png
2Kb
Metamorphose/help/load.png
472b
Metamorphose/help/main_help.html
2Kb
Metamorphose/help/numbering_btn.png
396b
Metamorphose/help/numbering_help.html
3Kb
Metamorphose/help/numerical_pad.png
486b
Metamorphose/help/numerical_pad_size.png
1Kb
Metamorphose/help/picker_help.html
2Kb
Metamorphose/help/prefix.png
1Kb
Metamorphose/help/roman_numeral.png
1Kb
Metamorphose/help/select.png
1Kb
Metamorphose/help/select2.png
404b
Metamorphose/help/sort.png
1Kb
Metamorphose/help/style_box.png
258b
Metamorphose/help/suffix.png
1Kb
Metamorphose/helpDiag.py
3Kb
Metamorphose/id3reader.py
21Kb
Metamorphose/license_fr.txt
22Kb
Metamorphose/license_sp.txt
19Kb
Metamorphose/main.py
41Kb
Metamorphose/main_window.py
53Kb
Metamorphose/numbering.py
16Kb
Metamorphose/picker.py
19Kb
Metamorphose/preferences.ini
332b
Metamorphose/preferences.py
11Kb
Metamorphose/readme.txt
1Kb
Metamorphose/regexp_help.txt
13Kb
Metamorphose/roman.py
3Kb
Metamorphose/undo/
0b
Metamorphose/undo/original.bak
0b
Metamorphose/undo/renamed.bak
0b
Similar code
Python CGI Graphical Hit Counter
(Popularity: ) : Simple web-page hit counter written in Python. Outputs a customizable animated gif image. Does not require external graphics libs!