2025-07-29 19:41:02 +02:00
2025-06-29 11:45:13 +02:00
2025-06-29 11:45:13 +02:00
2025-07-29 19:41:02 +02:00

SoftwareManager - A Download Manager/Launcher

Description

SoftwareManager is a Python-based GUI/TUI tool that simplifies downloading and managing pirated software from various sources.

Features

  • Start downloads via a predefined magnet URI.
  • View detailed download information (name, speed, and status).

Requirements

  • Python 3.x
  • aria2c (installed and available in your PATH)
  • Python libraries:
    • aria2p
    • keyboard

Installation

  1. Ensure Python 3.x is installed on your system.
  2. Install Aria2:
    sudo apt install aria2  # For Debian/Ubuntu/Mint
    paru/yay -S aria2       # For Arch from AUR
    brew install aria2      # For macOS
    choco install aria2     # For Windows
    

Example

Run the following command to launch SoftwareManager and control downloads:

python main.py

Press d to start the predefined download, s to pause, and q to quit.

Notes

  • Aria2 must be installed and accessible from your command line.
  • This tool is for educational purposes only. Use it responsibly.

Disclaimer: SoftwareManager is intended for legal and ethical use only. Ensure compliance with applicable laws and regulations when using this tool.

S
Description
No description provided
Readme GPL-3.0 1.6 MiB
Languages
Python 98.5%
Inno Setup 0.8%
JavaScript 0.7%