UP | HOME

argparse

Often times I want to write a python script to call another python script. The called script has some arguments. I don't want to use subprocess. The two things I usually do are:

Created: 2025-11-02 Sun 18:48