This is a simple Python-based Torrent Client built using tkinter for the GUI and libtorrent for handling torrent downloads.
- Select a
.torrentfile to start downloading. - Choose the download location for your files.
- Displays the download progress, including completion percentage, number of peers, and download rate.
- Uses threading to ensure the GUI remains responsive during downloads.
- Python 3.x
tkinterlibtorrent
- Install Python Dependencies:
pip install python-libtorrent
- For Windows: Run
run_script.bat - For Linux: Execute the
main.pyscript
