# Quick Start Guide ## 🚀 Get Started in 3 Steps ### 1. Install Dependencies ```bash pip3 install -r requirements.txt ``` ### 2. Run the App ```bash python3 run.py ``` ### 3. Open Your Browser Navigate to: http://localhost:5000 ## 🎯 What You'll See 1. **Login Page**: Enter your LinkedIn credentials 2. **Connections List**: View up to 100 of your LinkedIn connections 3. **Selection Interface**: Click to select connections (max 30) 4. **Table Arrangement**: Automatically organize into 3 tables of 10 ## ⚡ Features at a Glance - ✅ **Smart Categorization**: Groups connections by industry/role - ✅ **Balanced Tables**: Ensures diverse table compositions - ✅ **Interactive UI**: Modern, responsive design - ✅ **Real-time Stats**: Track your selections ## 🔧 Troubleshooting **Chrome not found?** - Install Google Chrome browser - Make sure it's in your PATH **Login issues?** - Verify your LinkedIn credentials - Check if LinkedIn requires 2FA **Connection loading slow?** - This is normal - LinkedIn loads connections gradually - Keep the browser window visible ## 📱 Mobile Friendly The app works great on mobile devices too! --- **Need help?** Check the full README.md for detailed instructions.