{ "info": { "author": "Ed Novak", "author_email": "enovak@fandm.edu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# scratchpad\nBasic notepad app with some built in calculator functions written in python using Tkinter.\n\nScratchpad can be used for notetaking and will automatically perform in-line math while you type. For those interested, it basically finds any mathematical looking questions and throws them into python.\n\n![Alt](./Screenshot.png \"Screenshot1\") \n\n### Supported Operations\n\n*    \\+     (_addition_)\n*    \\-      (_subtract_)\n*    /      (_divide_)\n*    \\*      (_multiply_)\n*    **      (_exponent_)\n*    ()      (_order of operations enforced by parenthesis_)\n*    ==      (_comparison, as in 6 == 2 * 3 => true_)\n\n\n### How to install / run\n#### Using this github repo / source code\nJust download (clone or otherwise) everything here and run\n\n`python3 scratchpad.py`\n\n\\-_or_\\-\n\n`./scratchpad.py`\n\n\n#### Using PyPi package repo\n\n`pip3 install scratchpad-deadmund`\n\n`python3 -m scratchpad`\n\n\n\n#### Generate a .deb and install that\n(_still waiting to get package listed in Ubuntu_)\n\n`cd scratchpad/debian-packaging/`\n\n`debuild --no-tgz-check`\n\n`cd ../`\n\n`sudo dpkg -i scratchpad_1.1.0_all.deb`\n\n_then to run_\n\n`scratchpad`\n\n\n#### Generate a pypi package and install that\n\n`cd scratchpad/pypi-packaging`\n\n`python3 setup.py sdist bdist_wheel`\n\n`pip3 install dist/*`\n\n_then to run_\n\n`python3 -m scratchpad`\n\n[//]: # The tool chain you need is pip3 install twine, setuptools, wheel, mkpkg\n[//]: # To check for mistakes in package use: python3 -m twine check dist/*\n[//]: # To install it locally (without pypi): pip3 install dist/*\n[//]: # To upload it: python3 -m twine upload dist/*\n[//]: # This might prove useful: python3 -m mkpkg --cli scratchpad.py scratchpad\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/fmresearchnovak/scratchpad", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "scratchpad-deadmund", "package_url": "https://pypi.org/project/scratchpad-deadmund/", "platform": "", "project_url": "https://pypi.org/project/scratchpad-deadmund/", "project_urls": { "Homepage": "https://github.com/fmresearchnovak/scratchpad" }, "release_url": "https://pypi.org/project/scratchpad-deadmund/1.1.0/", "requires_dist": null, "requires_python": "", "summary": "Notepad with basic math functions", "version": "1.1.0" }, "last_serial": 5574040, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "0446cf744ca2569804634188d88ae436", "sha256": "6c991781c80a3a2053fdad19fb8db20f7680821c52d8e08619e8f8adc267d873" }, "downloads": -1, "filename": "scratchpad_deadmund-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0446cf744ca2569804634188d88ae436", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2256, "upload_time": "2019-07-20T02:22:18", "url": "https://files.pythonhosted.org/packages/37/67/edb5606e7b525ef0cfac9be688243143bcc3814beec4cbea1fc517babcec/scratchpad_deadmund-1.0-py3-none-any.whl" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "29ecd3ba9720fb1e4e25fb6ce80fbf5a", "sha256": "dc0385049a688df28d67f491d801e978175c74d20ab7535dff5acc53c6b667b6" }, "downloads": -1, "filename": "scratchpad_deadmund-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "29ecd3ba9720fb1e4e25fb6ce80fbf5a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16389, "upload_time": "2019-07-23T19:14:08", "url": "https://files.pythonhosted.org/packages/72/31/d4c934d21b6b1fb510a6349a213cd8e68a317d6af6e8e915df97f223312a/scratchpad_deadmund-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e48e73b65db1f9c8fc0c5f4c89fcb3a", "sha256": "2484b3947e9d90ee6bda7c00357ec6889d8b220ebc951e04d2ca1d774a562cd2" }, "downloads": -1, "filename": "scratchpad-deadmund-1.1.0.tar.gz", "has_sig": false, "md5_digest": "6e48e73b65db1f9c8fc0c5f4c89fcb3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3336, "upload_time": "2019-07-23T19:14:10", "url": "https://files.pythonhosted.org/packages/ae/a4/5d1ff06a26cfc7a48ec5e930e9ef18251704acf8df13af7cead9a8dfbd92/scratchpad-deadmund-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "29ecd3ba9720fb1e4e25fb6ce80fbf5a", "sha256": "dc0385049a688df28d67f491d801e978175c74d20ab7535dff5acc53c6b667b6" }, "downloads": -1, "filename": "scratchpad_deadmund-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "29ecd3ba9720fb1e4e25fb6ce80fbf5a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16389, "upload_time": "2019-07-23T19:14:08", "url": "https://files.pythonhosted.org/packages/72/31/d4c934d21b6b1fb510a6349a213cd8e68a317d6af6e8e915df97f223312a/scratchpad_deadmund-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e48e73b65db1f9c8fc0c5f4c89fcb3a", "sha256": "2484b3947e9d90ee6bda7c00357ec6889d8b220ebc951e04d2ca1d774a562cd2" }, "downloads": -1, "filename": "scratchpad-deadmund-1.1.0.tar.gz", "has_sig": false, "md5_digest": "6e48e73b65db1f9c8fc0c5f4c89fcb3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3336, "upload_time": "2019-07-23T19:14:10", "url": "https://files.pythonhosted.org/packages/ae/a4/5d1ff06a26cfc7a48ec5e930e9ef18251704acf8df13af7cead9a8dfbd92/scratchpad-deadmund-1.1.0.tar.gz" } ] }