Metadata-Version: 2.1
Name: pcloud-dl
Version: 0.1.5
Summary: pcloud downloader
Home-page: https://github.com/JavSensei/pcloud-dl
Author: JavierSC
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# pcloud-dl

pcloud-dl is a Python package that allows you to download public files from pCloud using their public link or code.

## Installation

You can install pcloud-dl using pip:

```
pip install pcloud-dl
```

## Usage

To download a file, simply run:

```
pcloud-dl <link/code>
```

where `<link/code>` is the public link or code of the file you want to download.

The downloaded file will be saved in the current directory with the same name as the original file.

## Example

To download a file with the public link `https://u.pcloud.link/publink/show?code=XZtTpwVZnMvzSRIY2vhs6zCQgfHtI8Oya3YV`, run:

```
pcloud-dl https://u.pcloud.link/publink/show?code=XZtTpwVZnMvzSRIY2vhs6zCQgfHtI8Oya3YV
```

This will download the file to your current directory with the same name as the original file.

## License

pcloud-dl is licensed under the MIT License. See [LICENSE](https://github.com/javsensei/pcloud-dl/blob/main/LICENSE) for more information.
