Metadata-Version: 2.1
Name: Qwael
Version: 1
Summary: Easy Coding
Home-page: 
Author: Bedirhan
Author-email: bedirhan.oytpass@gmail.com
License: Proprietary
Keywords: Google,coding,Easy
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# DRIVE: Google Drive File Management Library

DRIVE is a Python library that allows you to interact with files on Google Drive. With simple function calls, you can download, upload, update, delete, and retrieve file content in a structured format. This library leverages the Google Drive API and allows seamless integration into your applications.

## Features

- *Download* files from Google Drive.
- *Upload* updated files back to Google Drive.
- *Update* file content by adding or modifying data.
- *Delete* specific sections of a file.
- *Search* for specific data within files based on headers.

## Installation

To install DRIVE, you can use pip:

```bash
pip install Qwael
