Skip to content

bhumitschaudhry/Torrentish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torrentish

This is a simple Python-based Torrent Client built using tkinter for the GUI and libtorrent for handling torrent downloads.

Features

  • Select a .torrent file 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.

Requirements

  • Python 3.x
  • tkinter
  • libtorrent

Installation

  1. Install Python Dependencies:
    pip install python-libtorrent

Running the Application

  • For Windows: Run run_script.bat
  • For Linux: Execute the main.py script

Screenshots

image

About

A python based basic torrent client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages