Juvenal-Yescas / mediafire-dl

Simple command-line script to download files from mediafire based on gdown
MIT License
154 stars 35 forks source link

Make standard command line pip installable package #2

Closed MatthewScholefield closed 3 years ago

MatthewScholefield commented 3 years ago

This makes this project a simple pip package so it can be uploaded to pypi or directly installed from the git repo. This also adds a simple argument parser which provides a nice help message.

Juvenal-Yescas commented 3 years ago

Thanks @MatthewScholefield good code.