Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stenioaraujo/gdocs-converter
- Owner: stenioaraujo
- License: apache-2.0
- Created: 2019-04-12T20:59:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:02:45.000Z (almost 2 years ago)
- Last Synced: 2023-08-09T22:42:50.853Z (over 1 year ago)
- Topics: cli, converter, google-drive, office, python3
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
```