Metadata-Version: 2.4
Name: pwm-project
Version: 1.0.1
Summary: A terminal password manager.
Author: hawar
Author-email: hawar <iaramkhzri@gmail.com>
Project-URL: Homepage, https://github.com/ihawar/pwm
Project-URL: Repository, https://github.com/ihawar/pwm
Project-URL: Bug Tracker, https://github.com/ihawar/pwm/issues
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich
Dynamic: author
Dynamic: license-file
Dynamic: requires-python

<div align="center">

# 🛡️ PWM — Terminal Password Manager

![version](https://img.shields.io/badge/version-1.0.0-informational.svg?style=for-the-badge&labelColor=black&color=purple)
![Python-3.8 | 3.9 | 3.10 | 3.11 | 3.12 | 3.13](https://img.shields.io/badge/Python-3.8%20|%203.9%20|%203.10%20|%203.11%20|%203.12-informational.svg?style=for-the-badge&labelColor=black&color=purple)
![Status](https://img.shields.io/badge/Status-Up_to_use-informational.svg?style=for-the-badge&labelColor=black&color=purple)

</div>

---

🎯 **PWM** is a simple and offline terminal-based password manager.  
No syncing. No servers. No bloat. Just your passwords stored safely on your machine.

> ✨ Built for developers, hackers, and keyboard warriors who love simplicity and privacy.

---

## 📸 Preview

<!-- Put your screenshot here -->

![intro screen](./assets/intro_screen.png)

<!-- Put your gif here -->

![view app](./assets/view_app.png)

![web preview](./assets/web_preview.png)

---

## 🚀 Features

- 🧠 Simple CLI interface — no need to learn another tool
- 🔐 Everything is stored **locally** (no cloud)
- 💻 Instant Web View (`pwm web`)
- 📁 Export in `txt` or `json`
- 📦 Clean and extendable project layout

---

## ⚙️ Quick Start

```bash
> pwm -h

usage: PWM [-h] {app,all,view,export,web} ...

A terminal password manager.

positional arguments:
  {app,all,view,export,web}

options:
  -h, --help  show help message and exit
```

A few common commands:

```bash
pwm app create     # Create an app entry
pwm all            # View all stored apps
pwm view <app>     # View a single app
pwm export json    # Export everything to JSON
pwm web            # Launch web viewer in browser
```

## 📦 Installation

```bash
pip install pwm-project
```

or

```bash
git clone https://github.com/ihawar/pwm-project.git
cd pwm-project
pip install .
```

<div align="center">

Built with 💜 by hawar

</div>
