Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stenioaraujo/gdocs-converter

Convert Google Docs to Microsoft Office
https://github.com/stenioaraujo/gdocs-converter

cli converter google-drive office python3

Last synced: 4 days ago
JSON representation

Convert Google Docs to Microsoft Office

Awesome Lists containing this project

README

        


gcloud-converter


Build Status
Codecov
Tested on Python 3.6, 3.7


gdocs-converter makes it easy to convert Google Docs files (gdoc, gsheet, and gslides) to Microsoft Office files (docx, xlsx, and pptx).

## Install locally

``` bash
git clone https://github.com/stenioaraujo/gdocs-converter
cd gdocs-converter
pip install pipenv
pipenv install
pipenv run python gdocs_converter.py --help
```

## Install Globally

``` bash
git clone https://github.com/stenioaraujo/gdocs-converter
cd gdocs-converter
pip install .
gdocs-converter --help
```