You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python to help creating python with a simple argument interface using argparse
*the argument are predefined in a JSON file ( by default "help.json" )
*you can encode password
requirement
library
example
argparse
import argparse
pprint
from pprint import pprint
how to add remove parameters and define the type of the argument
the arguments are in the JSON array ( beginning with "arg":[] )