Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provide Command line parameters to rp_extract_batch.py and rp_extract.py #9

Open
audiofeature opened this issue Jul 16, 2015 · 2 comments

Comments

@audiofeature
Copy link

rp_extract_files.py should be able to parse command line paramters such as in_filepath, out_filepath and feature types to be able to be called directly from command line instead of edititing the code

use
https://docs.python.org/2/howto/argparse.html

@slychief
Copy link
Member

Maybe we should also consider to provide self-contained packages that do not require a Python installation.

Can be done via py2exe and comparable tools. Unfortunately the packages may become really big – from 70 to 250MB.

@audiofeature
Copy link
Author

already implemented in_filepath, out_filepath in rp_extract_batch.py, just needs to be copied over to rp_extract.py for a single file

@audiofeature audiofeature changed the title provide Command line parameters to rp_extract_files.py provide Command line parameters to rp_extract_batch.py and rp_extract.py Feb 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants