Metadata-Version: 2.1
Name: tachydownloader
Version: 0.0.9
Summary: Tachyon — The faster than light media downloader
Home-page: https://github.com/aaaakshat/tachyon
Author: Akshat Bisht
Author-email: akshatbisht002@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown

# Tachyon
A multithread downloader created after facing the hardships of downloading with bandwidth throttling.

## Installation
To install tachyon you need to have python3. If you are on a MacOS based device, you can use homebrew in your terminal:
```shell
$ brew install python3
```
Then you can use pip to install the python file:
```shell
# Note: I used the name 'tachydownloader' since the name 'tachyon' is taken.
$ pip install tachydownloader
```

## Usage
To use tachyon, you should be able to run the following from the terminal:
```shell
$ tachyon [DOWNLOAD_URL]
```
Or if you would like to add a filename:
```shell
$ tachyon -n [SAVE_AS_NAME] [DOWNLOAD_URL]
```

## More Info
For more details and dealing with errors, please visit the
 [GitHub page](https://github.com/aaaakshat/tachyon) for this project.

## License
This software is licensed under the MIT License. It allows you to do nearly anything you want with it, however please do check the LICENSE text file for more details.

###### WRITTEN IN PYTHON


