This project requires the following Python packages:
argparse(standard library)os(standard library)sys(standard library)pandasopenpyxl
python -m venv ./env_for_testingsource ./env_for_testing/bin/activateYou can install the required packages using pip. It is recommended to use a virtual environment to manage your dependencies.
pip install -r requirements.txtpython extracting_from_excel_database.py --excel_filename db_template.xlsx --out_dir C:\Users\work_folder --out_filename filtered_db.xlsx --time_filter minpython3 extracting_from_excel_database.py --excel_filename db_template.xlsx --out_dir C:\Users\work_folder --out_filename filtered_db.xlsx --time_filter minpython extracting_from_excel_database.py -hpython3 extracting_from_excel_database.py -h