An open API service indexing awesome lists of open source software.

https://github.com/kauahensilva/python_download_file_drive

The python_download_file_drive package is a tool designed to simplify the download of files stored on Google Drive using Python. It abstracts the complexity of directly interacting with the Google Drive API, providing a simple and intuitive interface to download specific files.
https://github.com/kauahensilva/python_download_file_drive

downloader google-drive

Last synced: 3 months ago
JSON representation

The python_download_file_drive package is a tool designed to simplify the download of files stored on Google Drive using Python. It abstracts the complexity of directly interacting with the Google Drive API, providing a simple and intuitive interface to download specific files.

Awesome Lists containing this project

README

        

# Google Drive Downloader (Python)

Um script simples para baixar arquivos ou pastas do Google Drive via linha de comando utilizando a biblioteca `gdown`.

---

## 📦 Funcionalidades
- Baixar arquivos individuais do Google Drive
- Baixar pastas inteiras do Google Drive
- Suporte para autenticação no Google Colab

## ⚙️ Requisitos
- Python 3.x
- Biblioteca `gdown`
- Acesso ao Google Colab (opcional)

## 🛠️ Instalação
Clone o repositório e instale as dependências:
```bash
git clone https://github.com/KauaHenSilva/python_download_file_drive
cd python_download_file_drive
pip install -r requirements.txt
```

## 🚀 Como Usar
Para baixar um arquivo ou pasta do Google Drive, execute o script `main.py` com os parâmetros necessários:
```bash
python main.py
```