{ "info": { "author": "Dirk Baechle", "author_email": "dl9obn@darc.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: X11 Applications", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Topic :: Utilities" ], "description": "###############################\npysketch - For simple scribbles\n###############################\n\nBasics\n======\n\nThis tool can be used to \"take notes\" in the form of graphical scribbles, as you would paint them on a small\npiece of paper with a pencil, pen, Sharpie (tm), or similar. It doesn't offer any special options by design.\nYou get a canvas and can draw on it, with a fix-sized black pen...that's it.\n\nIf you're looking for the more fancy stuff, there are a ton of good drawing applications out\nthere (gimp, inkscape, ...). \nGo pick one of them, e.g. if you need special brush shapes with dynamics attached.\n\nI try to keep pysketch as minimalistic as possible, such that I can concentrate on *what* I draw, instead of\n*how* I draw it.\n\nIdea\n====\n\nBasic influences for the design and implementation of pysketch were: gsumi/xink and the \"scribblesimple\" example\nfrom the pygtk distribution.\n\nInstalling\n==========\n\nFor installing ``pysketch``, you have to get root and then run the command\n\n::\n\n python setup.py install\n\nStarting\n========\n\nAfter a successful installation, you can call ``pysketch`` from the command-line\n\n::\n\n pysketch\n\nIt supports a few parameters, that get listed with the ``-h`` option (or ``--help``).\n\nDraw with the left mouse button held down, the right button erases with a larger pen size. The\ntwo push buttons at the bottom of the main widget should be pretty self-explanatory. ;)\n\nRequirements\n============\n\nPysketch should run under any Python2.x, with having one of the\n\n* Tkinter\n* GTK2\n* pygobject\n* PyQt4 \n \nbindings installed.\n\nTODOs and known problems\n========================\n\nTkinter mode: making the canvas larger, drawing, and then shrinking the window again, will\nlead to inconsistencies. The canvas items that are off-screen don't get removed (no clipping),\nbut the PIL image in the background won't have those lines anymore.\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/dirkbaechle/pysketch", "keywords": "desktop note scribble", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pysketch", "package_url": "https://pypi.org/project/pysketch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pysketch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/dirkbaechle/pysketch" }, "release_url": "https://pypi.org/project/pysketch/1.2/", "requires_dist": null, "requires_python": null, "summary": "Draw simple notes and scribbles on a canvas", "version": "1.2" }, "last_serial": 1345118, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "fc132ba8790535216b74b6ccaa873abd", "sha256": "4454648cd1d66bdf634dd5ebd1a67a5e8d152f0ce872965e379d3c823d9bd33a" }, "downloads": -1, "filename": "pysketch-1.2.tar.gz", "has_sig": false, "md5_digest": "fc132ba8790535216b74b6ccaa873abd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13191, "upload_time": "2014-12-15T21:54:44", "url": "https://files.pythonhosted.org/packages/d8/4d/95448bac35f9afeeeb1e25e539b114f8411eaf91c604ef7558ad7ea269c4/pysketch-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fc132ba8790535216b74b6ccaa873abd", "sha256": "4454648cd1d66bdf634dd5ebd1a67a5e8d152f0ce872965e379d3c823d9bd33a" }, "downloads": -1, "filename": "pysketch-1.2.tar.gz", "has_sig": false, "md5_digest": "fc132ba8790535216b74b6ccaa873abd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13191, "upload_time": "2014-12-15T21:54:44", "url": "https://files.pythonhosted.org/packages/d8/4d/95448bac35f9afeeeb1e25e539b114f8411eaf91c604ef7558ad7ea269c4/pysketch-1.2.tar.gz" } ] }