🎯 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.
- 🧠 Simple CLI interface — no need to learn another tool
- 🔐 Everything is stored locally (no cloud)
- 💻 Instant Web View (
pwm web) - 📁 Export in
txtorjson - 📦 Clean and extendable project layout
> 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 exitA few common commands:
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 browserpip install pwm-projector
git clone https://github.com/ihawar/pwm-project.git
cd pwm-project
pip install .Built with 💜 by hawar


