Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darkceptor44/publictrackersgui

A GUI to get Public trackers from https://github.com/ngosang/trackerslist
https://github.com/darkceptor44/publictrackersgui

gui python3 torrent trackers

Last synced: 27 days ago
JSON representation

A GUI to get Public trackers from https://github.com/ngosang/trackerslist

Awesome Lists containing this project

README

        

# PublicTrackersGUI
A GUI to get Public trackers from the [trackerslist](https://github.com/ngosang/trackerslist) repository.

## How to use

* Clone it locally and install dependencies with:
```
pip install -r requirements.txt
```

* Start the GUI by running the `main.py` script:
```
python main.py
```

And that's it! You can make a `bat` file which does the above command in the folder and create a shortcut to it anywhere.

Or you can install PyInstaller with `pip install pyinstaller` and use this command to build an exe:
```
pyinstaller --add-data "gui.ui;." -w -n PublicTrackersGUI -F main.py
```