discovered 30 Mar 2026
xeuledoc
โ View on GitHubAI Summary: xeuledoc is a Python tool designed for retrieving metadata and information from various types of public Google documents, including Google Drive files, Google Docs, Sheets, Slides, Drawings, My Maps, Apps Script, and Jamboard. Notable features include ease of installation via PyPI and GitHub, and the ability to handle multiple Google document formats, making it a versatile solution for information extraction from Googleโs platform.
README
xeuledoc
Fetch information about any public Google document.
It’s working on :
- Google Drive
- Google Docs
- Google Spreadsheets
- Google Slides
- Google Drawning
- Google My Maps
- Google Apps Script
- Google Jamboard
๐ Demo

๐ก Prerequisite
๐ ๏ธ Installation
With PyPI
pip3 install xeuledoc
With Github
git clone https://github.com/Malfrats/xeuledoc.git
cd xeuledoc/
python3 setup.py install