dot-open / quantum

A simple downloader, written in C# WPF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

repo-banner

Quantum - A simple downloader

Quantum is a simple downloader written in C#.

Still in development, some features may be unstable.

Download

Get the latest binaries from Releases Page.

Features

Adding, deleting, pausing, resuming and saving download tasks, customizing thread count and user agent.

More Features can be brought to quantum by installing plugins.

Language

We now support multiple languages. If your language is not in the list, please modify these files:

+ quantum/Resources/Language/中文.xaml

quantum/Views/Container.xaml.cs

public class LanguageManager
{
  public static List<string> GetAllLang = new List<string>
  {
    "English.xaml", 
+   "中文.xaml"
  };
  ...
}

You can add your language to our repo via Pull Requests.

About

A simple downloader, written in C# WPF.


Languages

Language:C# 100.0%