Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/darkceptor44/publictrackersgui
- Owner: DarkCeptor44
- License: mit
- Created: 2020-05-12T19:54:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T05:24:58.000Z (about 2 years ago)
- Last Synced: 2024-11-17T05:31:31.333Z (3 months ago)
- Topics: gui, python3, torrent, trackers
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```