https://github.com/pyecharts/snapshot-selenium
Render pyecharts as image via selenium
https://github.com/pyecharts/snapshot-selenium
Last synced: 5 months ago
JSON representation
Render pyecharts as image via selenium
- Host: GitHub
- URL: https://github.com/pyecharts/snapshot-selenium
- Owner: pyecharts
- Created: 2019-04-08T07:28:54.000Z (about 7 years ago)
- Default Branch: dev
- Last Pushed: 2020-10-14T19:45:23.000Z (over 5 years ago)
- Last Synced: 2024-06-19T02:07:14.977Z (about 2 years ago)
- Language: Python
- Size: 27.3 KB
- Stars: 24
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
Awesome Lists containing this project
README
================================================================================
snapshot-selenium
================================================================================
.. image:: https://api.travis-ci.org/pyecharts/snapshot-selenium.svg
:target: http://travis-ci.org/pyecharts/snapshot-selenium
.. image:: https://codecov.io/github/pyecharts/snapshot-selenium/coverage.png
:target: https://codecov.io/github/pyecharts/snapshot-selenium
.. image:: https://badge.fury.io/py/snapshot-selenium.svg
:target: https://pypi.org/project/snapshot-selenium
.. image:: https://pepy.tech/badge/snapshot-selenium/month
:target: https://pepy.tech/project/snapshot-selenium/month
.. image:: https://img.shields.io/github/stars/pyecharts/snapshot-selenium.svg?style=social&maxAge=3600&label=Star
:target: https://github.com/pyecharts/snapshot-selenium/stargazers
.. image:: https://img.shields.io/static/v1?label=continuous%20templating&message=%E6%A8%A1%E7%89%88%E6%9B%B4%E6%96%B0&color=blue&style=flat-square
:target: https://moban.readthedocs.io/en/latest/#at-scale-continous-templating-for-open-source-projects
.. image:: https://img.shields.io/static/v1?label=coding%20style&message=black&color=black&style=flat-square
:target: https://github.com/psf/black
Installation
================================================================================
You can install snapshot-selenium via pip:
.. code-block:: bash
$ pip install snapshot-selenium
or clone it and install it:
.. code-block:: bash
$ git clone https://github.com/pyecharts/snapshot-selenium.git
$ cd snapshot-selenium
$ python setup.py install