- Ensure you have python
python -V
, pippip -V
and virtualenvvirtualenv --version
installed on your system.
else:
sudo apt install pipx
pipx ensurepath
pipx install pip
pipx install pipenv
pipx install virtualenv
Install Tkinter:
sudo apt-get install python3-tk
Clone the repository to your local machine:
git clone https://github.com/wathika-eng/mediafire_bulk_downloader.git --depth 1 && cd mediafire_bulk_downloader
Then:
./start
will create a virtual environment, install the required dependencies and show the GUI for the Mediafire Bulk Downloader.
To run as in a CLI interface:
pipenv install && pipenv shell
Then:
python mediafire.py