copyhere

Module for copy or unzip a file to cwd


License
MIT
Install
pip install copyhere==1.1.5

Documentation

copyhere

Module for copy or unzip a file to cwd

install

pip install copyhere

run

python -m copyhere

or

import copyhere
copyhere.start()    # name=None (default) for using source file name
                    # name='' for user input a new name,
                    # name="any your new name"

to specify a folder to open in the selection window use COPYHERE_SOURCEDIR environment variable