Passing Arguments from the Terminal | Python Tutorial

preview_player
Показать описание
In this video I show how to pass arguments from the terminal in python programming using argparse module.

Рекомендации по теме
Комментарии
Автор

It's noteworthy to be wary of your working directory, which should be the folder in which your convert_image.py is located, else: you risk syntax error. Took my sleep from me to figure out. Haha
To get your working directory, import os then use: os.getcwd()

emmanuelowoeye
join shbcf.ru