https://github.com/subins2000/torrentbro-debian
Debian packaging for TorrentBro
https://github.com/subins2000/torrentbro-debian
Last synced: 4 months ago
JSON representation
Debian packaging for TorrentBro
- Host: GitHub
- URL: https://github.com/subins2000/torrentbro-debian
- Owner: subins2000
- License: gpl-3.0
- Created: 2017-06-08T06:50:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-24T17:41:27.000Z (about 9 years ago)
- Last Synced: 2025-03-02T08:46:19.804Z (over 1 year ago)
- Language: Python
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TorrentBro
A cross-platform Torrent Browser.
## Requirements
* Python 3
* PyQt5
## Install
```bash
python3 setup.py install
```
Or if you have the requirements, then you can directly run without installing by executing `TorrentBro.py` :
```
python3 TorrentBro.py
```