mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
45 lines
1.7 KiB
Markdown
45 lines
1.7 KiB
Markdown
# SoftwareManager - A Download Manager/Launcher
|
|
SoftwareManager is a Python-based GUI/TUI tool that simplifies downloading and managing free software from various sources.
|
|
|
|
## Features
|
|
- VPN Binding (impl. soon)
|
|
- Bandwidth/Download speed limiting
|
|
- Start downloads via a predefined magnet URI.
|
|
- View detailed download information (name, speed, and status).
|
|
|
|
## Installation
|
|
1. Download the binary file for your operating system from releases
|
|
https://github.com/KeksPirates/SoftwareManager/releases
|
|
2. Run the file
|
|
|
|
## Manual Installation
|
|
1. Ensure Python 3.x is installed on your system.
|
|
2. Install Dependencies:
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
3. Run main.py:
|
|
```bash
|
|
python3 main.py
|
|
```
|
|
|
|
## Notes
|
|
- If you want to host your own server, clone the server branch of this repo, enter your cookie for rutracker.org and run server.py. Detailed Instructions on how to get your rutracker cookie are in the README of its branch.
|
|
- This tool is for educational purposes only. Use it responsibly.
|
|
|
|
|
|
## Star History
|
|
|
|
<a href="https://www.star-history.com/#KeksPirates/SoftwareManager&type=date&legend=top-left">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=KeksPirates/SoftwareManager&type=date&theme=dark&legend=top-left" />
|
|
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=KeksPirates/SoftwareManager&type=date&legend=top-left" />
|
|
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=KeksPirates/SoftwareManager&type=date&legend=top-left" />
|
|
</picture>
|
|
</a>
|
|
|
|
---
|
|
|
|
**Disclaimer:** SoftwareManager is intended for legal and ethical use only. Ensure compliance with applicable laws and regulations when using this tool.
|
|
|