All Projects → deluge-torrent → Deluge

deluge-torrent / Deluge

Licence: other
Deluge BitTorrent client - Git mirror, PRs only

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Deluge

Temper Hum Hid
🌡 TemperHum HID query API in C
Stars: ✭ 10 (-99.01%)
Mutual labels:  daemon
Manjarin Gtk Theme
GTK2 and GTK3 theme developed for the Manjaro-Gnome Edition
Stars: ✭ 30 (-97.04%)
Mutual labels:  gtk
Guitestsharp
An extensible multiplatform framework to test GUIs in WinForms, WPF, GtkSharp and Xamarin.Mac.
Stars: ✭ 40 (-96.05%)
Mutual labels:  gtk
Qogir Theme
Qogir is a flat Design theme for GTK
Stars: ✭ 874 (-13.64%)
Mutual labels:  gtk
Ipmonitor
IP Monitor is a simple application which monitors your public IP address for changes and lets you set different kinds of notifications such as email, audio, pop up or executing a command
Stars: ✭ 28 (-97.23%)
Mutual labels:  daemon
Whatpulse
WhatPulse reverse engineered
Stars: ✭ 30 (-97.04%)
Mutual labels:  daemon
Usbmuxd
A socket daemon to multiplex connections from and to iOS devices
Stars: ✭ 847 (-16.3%)
Mutual labels:  daemon
Odysseus
Bridging the elementary OS and Web user experiences
Stars: ✭ 41 (-95.95%)
Mutual labels:  gtk
Leoric
PoC of fighting against force-stop kill process on Android
Stars: ✭ 946 (-6.52%)
Mutual labels:  daemon
Nix Query Tree Viewer
GTK viewer for the output of `nix-store --query --tree`
Stars: ✭ 36 (-96.44%)
Mutual labels:  gtk
Gtk Cffi
GTK3 CFFI binding
Stars: ✭ 13 (-98.72%)
Mutual labels:  gtk
Wingpanel Indicator Nightlight
A Wingpanel indicator for Night Light
Stars: ✭ 20 (-98.02%)
Mutual labels:  gtk
Python Excel Automation
Examples of automation of excel via python, and related useful things
Stars: ✭ 31 (-96.94%)
Mutual labels:  gtk
Python Microjet
Python 3 asynchronous microservices framework powered by asyncio.
Stars: ✭ 11 (-98.91%)
Mutual labels:  daemon
Stlwrt
A library which emulates many versions of GTK and visually resembles GTK+ 2
Stars: ✭ 41 (-95.95%)
Mutual labels:  gtk
Auto Cpufreq
Automatic CPU speed & power optimizer for Linux
Stars: ✭ 843 (-16.7%)
Mutual labels:  daemon
Gtk Rust By Example
Gtk-Rust by Example (GRBE) - неофициальная книга по разработке GTK GUI, на языке программирования Rust. Практическое использование библиотеки GTK на различных примерах.
Stars: ✭ 30 (-97.04%)
Mutual labels:  gtk
Unitystandalonefilebrowser
A native file browser for unity standalone platforms
Stars: ✭ 1,002 (-0.99%)
Mutual labels:  gtk
Caroline
A simple Cairo Chart Library for GTK and Vala
Stars: ✭ 41 (-95.95%)
Mutual labels:  gtk
Marmoset
Marmoset is a single-player implementation of the card game SET.
Stars: ✭ 32 (-96.84%)
Mutual labels:  gtk

Deluge BitTorrent Client

build-status docs-status

Deluge is a BitTorrent client that utilizes a daemon/client model. It has various user interfaces available such as the GTK-UI, Web-UI and a Console-UI. It uses libtorrent at it's core to handle the BitTorrent protocol.

Install

From PyPi:

pip install deluge

From source code:

python setup.py build
python setup.py install

See DEPENDS and Installing/Source for dependency details.

Usage

The various user-interfaces and Deluge daemon can be started with the following commands.

Use the --help option for further command options.

Gtk UI

deluge or deluge-gtk

Console UI

deluge-console

Web UI

deluge-web

Open http://localhost:8112 with default password deluge.

Daemon

deluged

See the Thinclient guide to connect to the daemon from another computer.

Contact

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].