A modern web-based download manager with real-time progress tracking and user-friendly interface.
- 🚀 Fast downloads with real-time progress tracking
- 📊 Live statistics (download speed, progress percentage, file size)
- ⏸️ Pause/Resume functionality for active downloads
- 🔄 Restart downloads from beginning
- 🗑️ Delete tasks with file cleanup
- 🌐 Multi-language support (English, Russian)
- 🔐 User authentication system
- 📱 Responsive design works on all devices
- 💾 Local file management with organized downloads folder
- 📈 Progress bars with speed indicators
- Python 3.11 or higher
- pip package manager
# Clone the repository
git clone https://github.com/VLPLAY-Games/DownloadServer.git
cd DownloadServer
# Install dependencies
pip install -r requirements.txt
# Run the application
python app.py- Server port (default: 8100)
- Download directory (default: ./downloads)