https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-python-samples
GroupDocs.Viewer Cloud SDK for Python examples, plugins and showcase projects
https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-python-samples
Last synced: 4 months ago
JSON representation
GroupDocs.Viewer Cloud SDK for Python examples, plugins and showcase projects
- Host: GitHub
- URL: https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-python-samples
- Owner: groupdocs-viewer-cloud
- License: mit
- Created: 2019-04-22T09:38:02.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T08:13:15.000Z (about 2 years ago)
- Last Synced: 2025-07-11T18:46:05.291Z (11 months ago)
- Size: 12.6 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GroupDocs.Viewer Cloud SDK for Python Examples
This repository contains [Examples](Examples) projects for [GroupDocs.Viewer Cloud SDK for Python](https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-python) to help you learn and write your own applications.
[GroupDocs.Viewer Cloud SDK for Python](https://products.groupdocs.cloud/viewer/python) allows you to work with [GroupDocs.Viewer Cloud API](https://products.groupdocs.cloud/viewer) REST APIs in your Python applications.
## Prerequisites
+ Python with PIP installed
+ Get your client id and client secret at [https://dashboard.groupdocs.cloud](https://dashboard.groupdocs.cloud) (free registration is required).
## How to Run the Examples?
The package contains Python examples. Follow the given steps to proceed run:
+ Extract the downloaded project
+ Go to "Examples" directory of the project
+ Edit RunExamples.py and put there client id and client secret, obtained from [https://dashboard.groupdocs.cloud](https://dashboard.groupdocs.cloud)
+ if older version of groupdocs_viewer_cloud was previously installed, execute "pip uninstall groupdocs_viewer_cloud" command
+ Execute "pip install groupdocs_viewer_cloud -U" command
+ Run examples using "python RunExamples.py" command
For more details, visit [Getting Started](https://docs.groupdocs.cloud/viewer/getting-started/).
## Licensing
All GroupDocs.Viewer Cloud SDKs are licensed under [MIT License](LICENSE).
[Home](https://www.groupdocs.cloud/) | [Product Page](https://products.groupdocs.cloud/viewer/python) | [Docs](https://docs.groupdocs.cloud/viewer/) | [Demos](https://products.groupdocs.app/viewer/family) | [API Reference](https://apireference.groupdocs.cloud/viewer/) | [Source Code](https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-python) | [Blog](https://blog.groupdocs.cloud/category/viewer/) | [Free Support](https://forum.groupdocs.cloud/c/viewer) | [Free Trial](https://purchase.groupdocs.cloud/trial)