bobbyhadz / python-argparse-error-unrecognized-arguments

A repository for an article at https://bobbyhadz.com/blog/python-argparse-error-unrecognized-arguments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

The Python code is in the main.py file.

To be able to run the code, follow these instructions:

  1. Clone the GitHub repository with the git clone command.
  2. Open your terminal in the project's root directory.
  3. Optionally, create a virtual environment.
  4. Install the Python modules.
pip install -r requirements.txt
  1. To run the code, issue the python main.py command.
python main.py

About

A repository for an article at https://bobbyhadz.com/blog/python-argparse-error-unrecognized-arguments


Languages

Language:Python 100.0%