{ "info": { "author": "Nikita Mochalov", "author_email": "mochalov.n@ya.ru", "bugtrack_url": null, "classifiers": [], "description": "# Webevents\nA little, zero-dependency Python library for making simple HTML/JS GUI apps\n## Installation\nNote that only Python >= 3.6 is supported\n```\npip install webevents\n```\n## Example: ping-pong\nPython sends a number to Javascript, which outputs it out to console, increments it and sends the number back to Python for displaying in terminal. And so on.\n\nWe will have the directory structure presented below. Generally speaking, In the \"web\" folder you can put your HTML/CSS/JS application. \"Ping-pong\" application will only consist of one \"index.html\" file.\n\n```\n\u251c\u2500\u2500 example.py\n\u2514\u2500\u2500 web\n \u2514\u2500\u2500 index.html\n```\n**index.html:**\n```html\n\n\n
\n \n \n