Metadata-Version: 2.1
Name: magurn
Version: 2.2.2
Summary: A Torrent Search Client
Home-page: https://github.com/sgshivamgarg8/magurn
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: pyperclip
Requires-Dist: colorama

# Magurn

## A python application which scrapes data from torrent indexers and finds the best torrent magnet for the specific search term.

* Included an EXE file to run directly for windows.

Requirements-
```sh
pip install requests bs4 pyperclip colorama
```

* To install hosted pip module
```sh
pip install magurn
```

* To upgrade the hosted pip module
```sh
pip install --upgrade magurn
```

- If torrent sites are blocked in your region use a VPN or Proxy else the application won't work.


