A small application that can help you remove the repeated files. Write in Python 2.7. Cross-platform.
- 2015-07-09 Alpha-1
- First release
- Will found some wrong targets when the files name are too long
##How to build? ###Step
- Install the libraries that required
- Run
pyinstaller setting.spec
under thesrc
folder
###Required
- wxpython [http://www.wxpython.org/]
- pyinstaller [https://github.com/pyinstaller/pyinstaller/wiki]
- pywin32 (Require on Windows) [http://sourceforge.net/projects/pywin32/]
##Planning features
- Subfolder searching
- etc.
##Used tools
- wxGlade [http://wxglade.sourceforge.net/]