Metadata-Version: 2.4
Name: woop
Version: 1.1.0
Summary: Une boîte à outils en ligne de commande
Author: Anderson NDJIKI
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich>=10.0.0
Requires-Dist: psutil>=5.0.0
Requires-Dist: pillow>=9.0.0
Dynamic: license-file

<div align="center">

# 🚀 WOOP

### Small tools. Less work.

*A collection of lightweight, open-source command-line tools built for developers.*

![Python](https://img.shields.io/badge/Python-3.10+-blue)
![License](https://img.shields.io/badge/License-MIT-green)
![Status](https://img.shields.io/badge/Status-Active-success)

</div>

---

# What is WOOP?

WOOP is an open-source collection of small command-line utilities that help developers automate repetitive tasks and stay productive.

Instead of installing dozens of independent tools, install **WOOP** once and access everything through a single command.

```bash
pip install woop
```

Then simply use:

```bash
woop search
woop errors
woop git
woop fetch
woop system
```

Simple.

Fast.

Practical.

---

# Features

| Command | Description | Status |
|----------|-------------|:------:|
| `woop search` | Search text inside files | ✅ |
| `woop errors` | Explain HTTP, Git and Python errors | 🚧 |
| `woop git` | Git command reference | 🚧 |
| `woop system` | Display system information | 🚧 |
| `woop fetch` | Download media from supported platforms | 🚧 |
| `woop batch` | Batch file operations | ⏳ |

---

# Installation

```bash
pip install woop
```

Verify the installation:

```bash
woop
```

or

```bash
woop help
```

---

# Examples

### Search inside a project

```bash
woop search "TODO" .
```

---

### Explain an HTTP error

```bash
woop errors 404
```

---

### Explain a Git error

```bash
woop errors "merge conflict"
```

---

### Display system information

```bash
woop system
```

---

### Download a video

```bash
woop fetch "https://youtu.be/..."
```

---

# Philosophy

WOOP follows a simple philosophy:

- ⚡ Small utilities
- 🧩 One command, one purpose
- 🚀 Fast execution
- ❤️ Open source
- 🛠️ Developer-friendly

---

# Roadmap

- [x] Project structure
- [ ] Search engine
- [ ] Error encyclopedia
- [ ] Git helper
- [ ] Media downloader
- [ ] System diagnostics
- [ ] Batch file utilities
- [ ] Encryption tools
- [ ] PDF utilities
- [ ] JSON & CSV tools

---

# Contributing

Contributions, ideas and bug reports are welcome.

If you'd like to improve WOOP, feel free to open an issue or submit a pull request.

---

# License

Released under the MIT License.

---

<div align="center">

**Built with ❤️ by Anderson NDJIKI**

**WOOP — Small tools. Less work.**

</div>

