Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 495 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 495 Bytes

PythonVersionDownloader

Program for downloading last/specific version of Python installer from the official site (www.python.org) With the consent of the user program can install the beta and alpha versions

Instructions:

Expected 2 optional arguments: download path, version of python in format #.#(.#) If no arguments are passed, default values are used Default values of arguments: path to the "main.py" script, last available version of python

Example:

python main.py D:/folder 3.7.3