Installation
pip install tqdm
python DownPy.py
Then input the direct link to the file and the directory you want your file to be downloaded at.
Done!
DownPy is a simple Python script designed to facilitate file downloading from the command line interface. With DownPy, you can easily download files by providing a link to the file and specifying the directory where you want it to be saved. Installation
To install DownPy, first, download the executable file from the releases section of the repository. Building the executable is optional as pre-built executables are available. If you prefer to build it yourself, follow these steps:
Install the required dependencies using pip:
pip install tqdm pyinstaller
Navigate to the directory containing DownPy.py.
Build the executable using PyInstaller:
pyinstaller --onefile DownPy.py
Once the build process is complete, you will find the executable in the dist directory.
Run the executable file.
Input the link to the file you want to download.
Provide the direct path for the file to be saved to.
Done!
Enjoy seamless file downloading with DownPy!
AxelTechTips: using downpy for a office installer project: https://github.com/axeltechtips/office