I have a program that have arguments are 3 files: 2pdf and 1 txt. I enter it on console with hands.
path_text = input("Enter path to text file ")
path_pdf_first = input("Enter path to fist pdf file ")
path_pdf_second = input("Enter path to second pdf file ")
How i can use this programm from cmd like this
python program.py *path1* *path2* *path3*
Instead with hands and "Enter" again and again