Metadata-Version: 2.4
Name: ganjirs1
Version: 0.1.0
Summary: A Kivy-based directory downloader with proxy support and deep crawl capabilities.
Author-email: RAKIB <rakib@example.com>
Project-URL: Homepage, https://github.com/yourusername/ganjirs1
Project-URL: Bug Tracker, https://github.com/yourusername/ganjirs1/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: kivy
Requires-Dist: requests
Requires-Dist: beautifulsoup4
Dynamic: license-file

# ganjirs1

A powerful and user-friendly directory downloader built with Kivy. This tool allows you to browse and download files from HTTP directories, featuring proxy support, deep crawling, and more.

## Features

- **HTTP Browser**: Browse directories like a file manager.
- **Deep Crawl**: Recursively search for files across directories.
- **Proxy Support**: Connect via SOCKS5 or HTTP proxies.
- **Download Manager**: Manage multiple concurrent downloads with pause/resume support.
- **Category Filters**: Filter search results by Movies, Games, Software, etc.

## Installation

```bash
pip install ganjirs1
```

## Usage

After installation, you can run the application using:

```bash
ganjirs1
```

Or as a module:

```bash
python -m ganjirs1
```

## Configuration

The application saves its settings in `dm_v4_settings.json` in the current working directory.

## License

This project is licensed under the MIT License - see the LICENSE file for details.
