{ "info": { "author": "Ya\u015far Arabac\u0131", "author_email": "yasar11732@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "=========\nTkLsystem\n=========\n\nTkLsystem provides a tkinter interface to work with L-System equations.\n\n.. image:: http://i.imgur.com/EWOaBJD.png\n :alt: TkLsystem\n :align: center\n\n:Author: Ya\u00c5\u0178ar Arabac\u00c4\u00b1, 2014\n:License: Creative Commons Attribution-ShareAlike 4.0 International Public License\n:Version: 0.1\n\nThe goal is to create a simple interface to work with L-system equation systems. It is\nsupposed to be easy to use.\n\nFeatures\n---------\n- Saving rendered images\n- Saving/Loading equation systems\n- Comes with a lot of example systems\n- Caching long strings and rendered images to improve performance and responsiveness\n\nInstallation\n------------\n\nFrom PyPI with pip (easy)\n~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code-block:: bash\n\n $ pip install TkLsystem\n\n\nFrom Source at Github\n~~~~~~~~~~~~~~~~~~~~~\n\n* Clone the repository\n\n.. code-block:: bash\n\n $ git clone https://github.com/yasar11732/tklsystem.git\n\n* Install with setup.py\n\n.. code-block:: bash\n\n $ python setup.py install\n\t\nRun\n---\n.. code-block:: bash\n\n $ tklsystem\n\nGrammar\n-------\n* +: Turn right by specified angle\n* -: Turn left by specified angle\n* U: Pen-up, nothing will be drawn until pen is down\n* D: Pen-down, continue drawing\n* j: Jump forward, short cut for \"U, forward, D\"\n* [: Push position and heading to stack\n* ]: Pop position and heading from stack\n\nAny other character will be treated as an alias for forward, unless they are specified as constants. Constants\nare no action characters that is only used to control the growing of the string.\n\nExamples\n--------\n* Examples are loaded into file browser on the right side. Click them to load.\n\nFiles\n-----\n* Your saved files normally resides in ~/lsf_files directory. They are also automatically loaded to file browser when program starts.\n* You can save and load your custom equations.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/yasar11732/tklsystem/archive/0.3.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/yasar11732/tklsystem", "keywords": null, "license": "Creative Commons Attribution-ShareAlike 4.0 International Public License", "maintainer": null, "maintainer_email": null, "name": "TkLsystem", "package_url": "https://pypi.org/project/TkLsystem/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/TkLsystem/", "project_urls": { "Download": "https://github.com/yasar11732/tklsystem/archive/0.3.0.tar.gz", "Homepage": "https://github.com/yasar11732/tklsystem" }, "release_url": "https://pypi.org/project/TkLsystem/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "lsystem provides a tkinter interface to work with L-System equations.", "version": "0.3.0" }, "last_serial": 1163511, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "13c592cc389c4eb21a7cee8bca656e94", "sha256": "861fb19e13f2ba3e3ab6b9d840119d0c5d1173310ac3565df51d2c1d496365fe" }, "downloads": -1, "filename": "TkLsystem-0.1.zip", "has_sig": false, "md5_digest": "13c592cc389c4eb21a7cee8bca656e94", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15351, "upload_time": "2014-07-19T06:09:09", "url": "https://files.pythonhosted.org/packages/d0/6b/af7c896afde6fe050b146be4bb7e47d7dbeab0e4ebd840ddce7719dcd8d6/TkLsystem-0.1.zip" } ], "0.1-4": [ { "comment_text": "", "digests": { "md5": "de009040e58f467fd9621c4785ac1ea9", "sha256": "a53101af532ea55626a7c86833823a90d1951ccf7f2baa5a2d942aa8382c59e2" }, "downloads": -1, "filename": "TkLsystem-0.1-4.zip", "has_sig": false, "md5_digest": "de009040e58f467fd9621c4785ac1ea9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21467, "upload_time": "2014-07-19T06:36:10", "url": "https://files.pythonhosted.org/packages/69/0d/f9f9e524c5816b4e137824b03627a4f491f4e5ec615a15c0a79ace88f20c/TkLsystem-0.1-4.zip" } ], "0.1-5": [ { "comment_text": "", "digests": { "md5": "6da280fac3a6f279b23e86b568c5fc5f", "sha256": "82cd92664016556f65250d54bcfb8befae40cb9bf6fdacce19d85acead9f1cc3" }, "downloads": -1, "filename": "TkLsystem-0.1-5.zip", "has_sig": false, "md5_digest": "6da280fac3a6f279b23e86b568c5fc5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21470, "upload_time": "2014-07-19T06:48:00", "url": "https://files.pythonhosted.org/packages/c8/82/f2dda405a390647c804be406acf2bd8321cb1e6c5f0e95d3c32b7ccd58a9/TkLsystem-0.1-5.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "819e2b89bbba229b32131765f1405d5c", "sha256": "80eba32204efe5c1798ffee7dd1b39066a6a55b4598553c231281c40bc2adefa" }, "downloads": -1, "filename": "TkLsystem-0.1.1.zip", "has_sig": false, "md5_digest": "819e2b89bbba229b32131765f1405d5c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21117, "upload_time": "2014-07-19T06:13:02", "url": "https://files.pythonhosted.org/packages/41/43/69b7ad2febe8b2e91fd454e843a30d2ae7319eeeec061cb01eac1158e9e2/TkLsystem-0.1.1.zip" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "d36a2cec35397870bddc0f109559ac7a", "sha256": "4a39f0d1bb9ecda3705d6e2893d02901f931656c782a5af76d6b0085ea4e8b50" }, "downloads": -1, "filename": "TkLsystem-0.1.2.zip", "has_sig": false, "md5_digest": "d36a2cec35397870bddc0f109559ac7a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21124, "upload_time": "2014-07-19T06:14:39", "url": "https://files.pythonhosted.org/packages/82/1d/a292355df2b491d2dcf73b521658c0d904d144f864eef43d95b99cd0fd4a/TkLsystem-0.1.2.zip" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "4bbf0c1373dc72e0e85fb68753f073cc", "sha256": "8a8494b06ff57cf4e6b67a5b9320ed51e1cc6b21dc51280555bd1cff16c91cbb" }, "downloads": -1, "filename": "TkLsystem-0.1.3.zip", "has_sig": false, "md5_digest": "4bbf0c1373dc72e0e85fb68753f073cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21074, "upload_time": "2014-07-19T06:20:41", "url": "https://files.pythonhosted.org/packages/46/11/9c19fc3cfc59f94bb993820a77550c879039b4e17f108051bfed9e9a311a/TkLsystem-0.1.3.zip" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "40929cec4b812557f25f79e12298b34e", "sha256": "054581c5b4e997b5433703c5a3f19f8623757fc22a533e9051455d503f69f90d" }, "downloads": -1, "filename": "TkLsystem-0.1.5.zip", "has_sig": false, "md5_digest": "40929cec4b812557f25f79e12298b34e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23852, "upload_time": "2014-07-19T11:32:18", "url": "https://files.pythonhosted.org/packages/88/d4/b696f56587157d456a75f6c688cf524bdda3694f0c786dc2795744b5e5f6/TkLsystem-0.1.5.zip" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "011a65fea371cfa282595a27a1583237", "sha256": "43a611337416d949fe1333591677881bd3400369e000df163467a89cde047e97" }, "downloads": -1, "filename": "TkLsystem-0.2.0.win-amd64.exe", "has_sig": false, "md5_digest": "011a65fea371cfa282595a27a1583237", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 282014, "upload_time": "2014-07-19T15:05:50", "url": "https://files.pythonhosted.org/packages/6b/55/eba8e4cd98ea2ef5b90914e62972be75f5f85bf99587434131095591fd29/TkLsystem-0.2.0.win-amd64.exe" }, { "comment_text": "", "digests": { "md5": "af56cdc95cda767a7fdbf66db27c278e", "sha256": "3ac90bd471613bd1116ec4ce6ec68189f206d5c07fba70854004d359762fc69f" }, "downloads": -1, "filename": "TkLsystem-0.2.0.zip", "has_sig": false, "md5_digest": "af56cdc95cda767a7fdbf66db27c278e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24031, "upload_time": "2014-07-19T12:42:48", "url": "https://files.pythonhosted.org/packages/39/6f/b20846db25eb40f93ca9c3ab92b87dc4c97809d14efad20cc294449e05a8/TkLsystem-0.2.0.zip" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "e176e55df164e1d20181ae244b15ab72", "sha256": "14ad4f336ed088ffcbd48b245027a78ae8758b139e04d492adc4fdfa92e2fd20" }, "downloads": -1, "filename": "TkLsystem-0.2.1.win-amd64.exe", "has_sig": false, "md5_digest": "e176e55df164e1d20181ae244b15ab72", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 281085, "upload_time": "2014-07-19T22:27:27", "url": "https://files.pythonhosted.org/packages/ad/48/44f57aa724ca6781805f5a478620f129154a491e23c29448b7b21a57c633/TkLsystem-0.2.1.win-amd64.exe" }, { "comment_text": "built for Windows-7", "digests": { "md5": "b206f09cb0288d37287073744a7abbf5", "sha256": "e4d087b8aa10fe3c2ff2569eb93a51c5baf356d587722fdc5b386048e1b65bf4" }, "downloads": -1, "filename": "TkLsystem-0.2.1.win-amd64.zip", "has_sig": false, "md5_digest": "b206f09cb0288d37287073744a7abbf5", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 73553, "upload_time": "2014-07-19T22:27:23", "url": "https://files.pythonhosted.org/packages/cb/a5/8b35f25f5f433b001b76a3f7fd539c3e8ac283d474121e6b0a6407406b39/TkLsystem-0.2.1.win-amd64.zip" }, { "comment_text": "", "digests": { "md5": "d2ca54106c5a323f4980b948aaedfd9f", "sha256": "8df2438aeeb01e7da40829263df6781a6feee929615e6f16869dc4237233e94f" }, "downloads": -1, "filename": "TkLsystem-0.2.1.zip", "has_sig": false, "md5_digest": "d2ca54106c5a323f4980b948aaedfd9f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24084, "upload_time": "2014-07-19T22:27:19", "url": "https://files.pythonhosted.org/packages/39/16/36f8d8d9940c0500b83c899526751330550322e818d59d40b1483f7e1629/TkLsystem-0.2.1.zip" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "46b1b95ff5ce1cd347e430b7316657d8", "sha256": "187fc0c0c7427c77fa94669f03bf50284fcbf203613945f947660e2674f8159c" }, "downloads": -1, "filename": "TkLsystem-0.3.0.win-amd64.exe", "has_sig": false, "md5_digest": "46b1b95ff5ce1cd347e430b7316657d8", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 281122, "upload_time": "2014-07-20T17:11:25", "url": "https://files.pythonhosted.org/packages/e9/92/6a96f3d33f04bfdb516c905b1ece3f24cd91e68d41f1be3c7fa66e6d2675/TkLsystem-0.3.0.win-amd64.exe" }, { "comment_text": "built for Windows-7", "digests": { "md5": "2b67366187387ca90f4d4fb6f6e0c35c", "sha256": "b8429dd0e43798f0bf297885ef355cc89650921635ec3add95c9643df303b492" }, "downloads": -1, "filename": "TkLsystem-0.3.0.win-amd64.zip", "has_sig": false, "md5_digest": "2b67366187387ca90f4d4fb6f6e0c35c", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 73579, "upload_time": "2014-07-20T17:11:21", "url": "https://files.pythonhosted.org/packages/ea/f2/ccbd74ccef2ef05f7e4e36fe026416e73e3fb3085181ebeafc9bb5930327/TkLsystem-0.3.0.win-amd64.zip" }, { "comment_text": "", "digests": { "md5": "3d3f2942e5d5207b1a644feef41078b9", "sha256": "38be728f4ff0fbb271c0413e643dfb0c4d5ecb8099ccc041bff721df6260adc9" }, "downloads": -1, "filename": "TkLsystem-0.3.0.zip", "has_sig": false, "md5_digest": "3d3f2942e5d5207b1a644feef41078b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24146, "upload_time": "2014-07-20T17:11:18", "url": "https://files.pythonhosted.org/packages/d4/2b/271dc09496209ea71bf500a0b29f8b384f7e2d61db9b563ed82b8b7c1d13/TkLsystem-0.3.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "46b1b95ff5ce1cd347e430b7316657d8", "sha256": "187fc0c0c7427c77fa94669f03bf50284fcbf203613945f947660e2674f8159c" }, "downloads": -1, "filename": "TkLsystem-0.3.0.win-amd64.exe", "has_sig": false, "md5_digest": "46b1b95ff5ce1cd347e430b7316657d8", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 281122, "upload_time": "2014-07-20T17:11:25", "url": "https://files.pythonhosted.org/packages/e9/92/6a96f3d33f04bfdb516c905b1ece3f24cd91e68d41f1be3c7fa66e6d2675/TkLsystem-0.3.0.win-amd64.exe" }, { "comment_text": "built for Windows-7", "digests": { "md5": "2b67366187387ca90f4d4fb6f6e0c35c", "sha256": "b8429dd0e43798f0bf297885ef355cc89650921635ec3add95c9643df303b492" }, "downloads": -1, "filename": "TkLsystem-0.3.0.win-amd64.zip", "has_sig": false, "md5_digest": "2b67366187387ca90f4d4fb6f6e0c35c", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 73579, "upload_time": "2014-07-20T17:11:21", "url": "https://files.pythonhosted.org/packages/ea/f2/ccbd74ccef2ef05f7e4e36fe026416e73e3fb3085181ebeafc9bb5930327/TkLsystem-0.3.0.win-amd64.zip" }, { "comment_text": "", "digests": { "md5": "3d3f2942e5d5207b1a644feef41078b9", "sha256": "38be728f4ff0fbb271c0413e643dfb0c4d5ecb8099ccc041bff721df6260adc9" }, "downloads": -1, "filename": "TkLsystem-0.3.0.zip", "has_sig": false, "md5_digest": "3d3f2942e5d5207b1a644feef41078b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24146, "upload_time": "2014-07-20T17:11:18", "url": "https://files.pythonhosted.org/packages/d4/2b/271dc09496209ea71bf500a0b29f8b384f7e2d61db9b563ed82b8b7c1d13/TkLsystem-0.3.0.zip" } ] }