{ "info": { "author": "@JeffProd", "author_email": "termchart@jeffprod.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "### TermChart\n\nDraw ascii line charts in terminal.\n\n![termchart_screenshot](https://raw.githubusercontent.com/Tazeg/termchart/master/termchart_screenshot.png)\n\n### Install\n\n```bash\npip3 install termchart\n```\n\n### USage\n\nCreate a Python file :\n\n```python\nimport termchart\n\ngraph = termchart.Graph([1,2,3,2,5,1,-1,-5,-3])\ngraph.draw()\n```\n\nYou can change the plot (default is `+`):\n\n```python\ngraph.setDot('|')\n```\n\nChange the width and height (default cols is 160x50)\n\n```python\ngraph.setCols(200)\ngraph.setRows(40)\n```\n\nAdd values whenever you need it with `addData()`. Here is a full example for a live graph with random values :\n\n```python\nimport termchart\nimport time\nimport os\nfrom random import randint\n\ngraph = termchart.Graph([])\nwhile True:\n rand = randint(0, 9)\n graph.addData(rand)\n graph.draw()\n time.sleep(1)\n os.system('cls' if os.name == 'nt' else 'clear')\n```\n\n### Donate\n\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Tazeg/termchart", "keywords": "terminal line chart graph", "license": "", "maintainer": "", "maintainer_email": "", "name": "termchart", "package_url": "https://pypi.org/project/termchart/", "platform": "", "project_url": "https://pypi.org/project/termchart/", "project_urls": { "Funding": "https://en.jeffprod.com/donate/", "Homepage": "https://github.com/Tazeg/termchart", "Twitter": "https://twitter.com/jeffprod", "Web": "https://jeffprod.com" }, "release_url": "https://pypi.org/project/termchart/0.0.4/", "requires_dist": null, "requires_python": "", "summary": "A tool to draw ascii line chart in terminal", "version": "0.0.4" }, "last_serial": 4272091, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6dca82c136579a8511e1b9565a54fb8f", "sha256": "72c3e3bfe86879997cbb8b3e56cb11137136994219c51887ce527adfe8b46f36" }, "downloads": -1, "filename": "termchart-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6dca82c136579a8511e1b9565a54fb8f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2704, "upload_time": "2018-09-14T11:28:32", "url": "https://files.pythonhosted.org/packages/bf/ca/7304102c788d2661b372475dbccc940138624d8cb9eec70796dec58a4b8b/termchart-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ad4f569bef6d4d2dbef7a58cc442cb3b", "sha256": "045d1e32a236462487df9e661b13f8443d95c4d4f1ad31782133e6c284f3294c" }, "downloads": -1, "filename": "termchart-0.0.1.tar.gz", "has_sig": false, "md5_digest": "ad4f569bef6d4d2dbef7a58cc442cb3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2274, "upload_time": "2018-09-14T11:28:33", "url": "https://files.pythonhosted.org/packages/22/82/7e185296e1e17993686807ca4d6a1e6fb03f7c4d2165d849208af058038d/termchart-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "5b0b830dc342bdf9b311023711612037", "sha256": "5f54e50b932adb17299a29dd8907a3f1ef6142a542f05a11a7aa08384b520da4" }, "downloads": -1, "filename": "termchart-0.0.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5b0b830dc342bdf9b311023711612037", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2726, "upload_time": "2018-09-14T11:38:47", "url": "https://files.pythonhosted.org/packages/43/ba/874fb8a89aa708eba74ab11b5a63778c548d816585aec34080e2899575a2/termchart-0.0.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "be2a30c7ac5122443deb4ec841b5faaf", "sha256": "64e8d55c420550b0049e79f90898b4bf571b786c5c1ad8a77501bd242fced449" }, "downloads": -1, "filename": "termchart-0.0.2.tar.gz", "has_sig": false, "md5_digest": "be2a30c7ac5122443deb4ec841b5faaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2300, "upload_time": "2018-09-14T11:38:49", "url": "https://files.pythonhosted.org/packages/be/ca/bbb89727136b30fa454b181b8c046b557c5937eaf7990997274e89a7822e/termchart-0.0.2.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "74d78732c71a49269f6ac33c04b25fd8", "sha256": "858b948feee7c21f9dda2c63fd820bd55a4d08d34bf45ba2a0f5b99efc873b18" }, "downloads": -1, "filename": "termchart-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "74d78732c71a49269f6ac33c04b25fd8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2894, "upload_time": "2018-09-14T12:03:01", "url": "https://files.pythonhosted.org/packages/84/da/f92eeb6629af47fc9f322b1585f02e6e63c880c80459e0df1fd89f2f1e88/termchart-0.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e73cf5cbb7797a8be3cceacd5546efd", "sha256": "eea41f61472c8b2b438687e08b12585ea120e21aea39f15a46f0e749044c43e1" }, "downloads": -1, "filename": "termchart-0.0.4.tar.gz", "has_sig": false, "md5_digest": "0e73cf5cbb7797a8be3cceacd5546efd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2511, "upload_time": "2018-09-14T12:03:02", "url": "https://files.pythonhosted.org/packages/cc/40/8c9ca187e8a145aac8795124517adc7dc576d3dcce218cf714107d9d53d2/termchart-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "74d78732c71a49269f6ac33c04b25fd8", "sha256": "858b948feee7c21f9dda2c63fd820bd55a4d08d34bf45ba2a0f5b99efc873b18" }, "downloads": -1, "filename": "termchart-0.0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "74d78732c71a49269f6ac33c04b25fd8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2894, "upload_time": "2018-09-14T12:03:01", "url": "https://files.pythonhosted.org/packages/84/da/f92eeb6629af47fc9f322b1585f02e6e63c880c80459e0df1fd89f2f1e88/termchart-0.0.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0e73cf5cbb7797a8be3cceacd5546efd", "sha256": "eea41f61472c8b2b438687e08b12585ea120e21aea39f15a46f0e749044c43e1" }, "downloads": -1, "filename": "termchart-0.0.4.tar.gz", "has_sig": false, "md5_digest": "0e73cf5cbb7797a8be3cceacd5546efd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2511, "upload_time": "2018-09-14T12:03:02", "url": "https://files.pythonhosted.org/packages/cc/40/8c9ca187e8a145aac8795124517adc7dc576d3dcce218cf714107d9d53d2/termchart-0.0.4.tar.gz" } ] }