Metadata-Version: 2.1
Name: googleDriveFileDownloader
Version: 0.0.2
Summary: Helper to download google drive files with the URL
Home-page: https://pidugusundeep.in
Author: PIDUGU SUNDEEP
Author-email: pidugusundeep5@gmail.com
License: GPLv3
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4


# Google-Drive-File-Downloader
Google Drive File Downloader


Helps to download google drive files with ease 🎉


Sample code:

```python
from googleDriveFileDownloader import googleDriveFileDownloader
a = googleDriveFileDownloader()
a.downloadFile("https://drive.googl.com/uc?id=1O4x8rwGJAh8gRo8sjm0kuKFf6vCEm93G&export=download")
```

* It will automatically save the file with the name as stored in the drive

