Picture-Renamer A tool for changing name on files from a .cvc file Python to .exe Install pyinstaller pip install pyinstaller Convert .py to .exe pyinstaller -w -F yourprogram.py After this you will find your .exe file under the "dist" directory