Metadata-Version: 2.1
Name: chrome-profile-manager
Version: 0.1.0
Summary: A friendly Chrome profile manager for quick profile switching
Home-page: https://github.com/yourusername/chrome-profile-manager
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: rich>=10.0.0

# 📄 pybro-README.md (Project Specific)
```markdown
# 😎 Yo, It's PyBro!

Welcome to the Chrome Profile Manager - part of the PyBro collection of Python hacks for Debian 24.04! 

## 🤘 What's This Bad Boy Do?

Ever got tired of clicking around Chrome to switch between your work, personal, and secret meme-browsing profiles? Say no more, fam! This tool's got your back!

### 🚀 Features That Slap:
- Create quick terminal commands for ANY Chrome profile
- Jump straight to your favorite sites
- Work with both Google and local profiles
- No more clicking through Chrome's profile menu like a peasant

## 🛠️ Quick Setup

```bash
# Clone this bad boy
git clone https://github.com/yourusername/chrome-profile-manager.git

# Jump in
cd chrome-profile-manager

# Set up your virtual environment (keep it clean, fam!)
python3 -m venv venv
source venv/bin/activate

# Install the goods
pip install -r requirements.txt

# Run it!
python main.py
```

## 🎮 How to Use This Beast

1. Fire it up:
```bash
python main.py
```

2. Choose your move:
- Create a new profile shortcut (with URL)
- Make a profile homepage shortcut
- See what profiles you've got
- Check the debug info if you're feeling techy

## 🎯 Example Usage

```bash
# After setting up, you'll get commands like:
work-chrome    # Launches your work profile
reddit-chrome  # Jump straight to Reddit with your meme profile
bank-chrome    # Your secure banking profile
```

## 💡 Pro Tips

- Use different profiles for different vibes (work, personal, development)
- Create shortcuts for your most-used sites
- Keep your profiles organized with custom names

## 🤝 Contributing

Got some sick ideas to make this even better? Hit me up with a PR!

## 🐛 Issues?

Something not working? Create an issue and let's fix it together! 

## 📜 License

MIT License - Do whatever you want with it, just keep it cool! 

---
Made with 🔥 by PyBro | Keeping Python Hacky Since 2024
```
