Simple argument parser made with C++ and for Python3
Check ./test.py on how to use this API
- SWIG
- Python3 (Tested in Python 3.13)
- C++ compiler (GCC, Clang) ( Check https://pcannon09.github.io/docs/pages/libs/argx/html/index.html for more information )
./installer.sh # Install Argx-Py
import path.to.argx_py
# Code
# ...
NOTE: Powershell is not supported at the moment