pytohub


Namepytohub JSON
Version 1.0a1 PyPI version JSON
download
home_page
SummaryThis is a module that can connect to your lego RI hub or lego SPIKE PRIME hub and can directly upload modules to your hub
upload_time2023-11-10 00:46:24
maintainer
docs_urlNone
authormas6y6
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PYTOHub

PYTOHub is a program that can directly connect to your lego spike prime or mindstorms hub

![alt text](banner.png)

# How to download

How to download PYToHub

**Run this in your terminal (Command prompt)**
```
pip install pytohub
```

# How to run pytohub
There is 2 ways to run pytohub.
**You can directly run it in the terminal**
```
python -m pytohub
```
**OR Run it using a python file**
```py
import pytohub
pytohub.run()
```

# How to setup your lego hub
There is 2 ways to setup your lego hub.

You need to setup your lego hub
**You can directly run it in the terminal**
```
python -m pytohub --download
```
**OR Run it using a python file**
```py
import pytohub
pytohub.download_program()
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pytohub",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "mas6y6",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/84/5d/d082a5b4530fe0cf23aff1def473013e73e63217e4c62a42ed25efddb5cc/pytohub-1.0a1.tar.gz",
    "platform": null,
    "description": "# PYTOHub\n\nPYTOHub is a program that can directly connect to your lego spike prime or mindstorms hub\n\n![alt text](banner.png)\n\n# How to download\n\nHow to download PYToHub\n\n**Run this in your terminal (Command prompt)**\n```\npip install pytohub\n```\n\n# How to run pytohub\nThere is 2 ways to run pytohub.\n**You can directly run it in the terminal**\n```\npython -m pytohub\n```\n**OR Run it using a python file**\n```py\nimport pytohub\npytohub.run()\n```\n\n# How to setup your lego hub\nThere is 2 ways to setup your lego hub.\n\nYou need to setup your lego hub\n**You can directly run it in the terminal**\n```\npython -m pytohub --download\n```\n**OR Run it using a python file**\n```py\nimport pytohub\npytohub.download_program()\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This is a module that can connect to your lego RI hub or lego SPIKE PRIME hub and can directly upload modules to your hub",
    "version": "1.0a1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "845dd082a5b4530fe0cf23aff1def473013e73e63217e4c62a42ed25efddb5cc",
                "md5": "2b68e990a7e03e73007723e77ae45ac5",
                "sha256": "35b8bc41729e2191911487cebbb9855f39b21fbc92e32937f205b4636951a5aa"
            },
            "downloads": -1,
            "filename": "pytohub-1.0a1.tar.gz",
            "has_sig": false,
            "md5_digest": "2b68e990a7e03e73007723e77ae45ac5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5926,
            "upload_time": "2023-11-10T00:46:24",
            "upload_time_iso_8601": "2023-11-10T00:46:24.937686Z",
            "url": "https://files.pythonhosted.org/packages/84/5d/d082a5b4530fe0cf23aff1def473013e73e63217e4c62a42ed25efddb5cc/pytohub-1.0a1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-10 00:46:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pytohub"
}
        
Elapsed time: 0.13929s