Adding command line parameters to a python program
I wanted MeshTalk to have command line parameters for the following:
send message
receive messages
time to wait before exiting
To do this in Python is fairly straightforward. Import the module argparse and create an entry for each argument along w...
datagod.hashnode.dev1 min read