Metadata-Version: 2.1
Name: linkedin_profile_pic
Version: 0.2.2
Summary: A tool to download LinkedIn profile pictures
Home-page: https://github.com/yourusername/linkedin_profile_pic
Author: Ishant Dahiya
Author-email: ishantdahiya@gmail.com
Project-URL: Bug Tracker, https://github.com/yourusername/linkedin_profile_pic/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: selenium
Requires-Dist: requests
Requires-Dist: click
Requires-Dist: tqdm
Requires-Dist: webdriver-manager

# LinkedIn Profile Picture Downloader

A Python tool to easily download profile pictures from LinkedIn for specified users.

## Detailed Installation Guide for macOS

### 1. Install Python

If you don't have Python installed on your Mac, follow these steps:

1. Visit the official Python website: https://www.python.org/downloads/macos/
2. Download the latest Python 3 version (e.g., Python 3.9.x)
3. Open the downloaded .pkg file and follow the installation wizard

To verify Python installation, open Terminal and run:

## Installation
pip install linkedin-profile-pic

## Usage
linkedin_profile_pic --usernames "username1,username2,username3"


Or run the command without arguments and you'll be prompted to enter the usernames.

## Note

This tool requires manual login to LinkedIn. When prompted, please log in to your LinkedIn account in the opened browser window.
