XeLib


NameXeLib JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/xemulat
SummaryXemulated's QOL Library
upload_time2022-12-11 11:20:36
maintainer
docs_urlNone
authorXemulated
requires_python
licensemit
keywords qol xemulated downloader
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ##XeLib
Basically a QOL lib for Xemulated

Functions:
Cls
Clears your screen.
Usage: `cls()`

Color
Funky colors on your screen.
Usage: `color("Text", x)` x can be from `1` to `5`

Downloader
Very fast downloader that uses a custom User-Agent to unblock websites.
Usage: `download("Link to a file", "Name of the file to download", "Name to show (not filename)")`

GetMyPing
Gets your ping.
Usage: `getmyping()`

IsInternet
Checks if the website is pingable.
Usage: `isinternet('Website URL')`

MgGb
Converts MiB to GiB
Usage `mbgb(1024)`

Printer
Colored text
Usage: `printer.lprint("text")` or `printer.blue("text")` or `printer.red("text")`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/xemulat",
    "name": "XeLib",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "QOL,xemulated,downloader",
    "author": "Xemulated",
    "author_email": "xemulated@tuta.io",
    "download_url": "https://files.pythonhosted.org/packages/30/f4/2fdf8d4336cfe6f319e47d2fea401fc3413db08ad80134247b0068674479/XeLib-1.0.tar.gz",
    "platform": null,
    "description": "##XeLib\r\nBasically a QOL lib for Xemulated\r\n\r\nFunctions:\r\nCls\r\nClears your screen.\r\nUsage: `cls()`\r\n\r\nColor\r\nFunky colors on your screen.\r\nUsage: `color(\"Text\", x)` x can be from `1` to `5`\r\n\r\nDownloader\r\nVery fast downloader that uses a custom User-Agent to unblock websites.\r\nUsage: `download(\"Link to a file\", \"Name of the file to download\", \"Name to show (not filename)\")`\r\n\r\nGetMyPing\r\nGets your ping.\r\nUsage: `getmyping()`\r\n\r\nIsInternet\r\nChecks if the website is pingable.\r\nUsage: `isinternet('Website URL')`\r\n\r\nMgGb\r\nConverts MiB to GiB\r\nUsage `mbgb(1024)`\r\n\r\nPrinter\r\nColored text\r\nUsage: `printer.lprint(\"text\")` or `printer.blue(\"text\")` or `printer.red(\"text\")`\r\n",
    "bugtrack_url": null,
    "license": "mit",
    "summary": "Xemulated's QOL Library",
    "version": "1.0",
    "split_keywords": [
        "qol",
        "xemulated",
        "downloader"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "093d10b311d6524bc258f6da2421c0dd",
                "sha256": "843c585b68ff1e660ccb40691aca74d33246d57be1dcfe776b1800072700d90f"
            },
            "downloads": -1,
            "filename": "XeLib-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "093d10b311d6524bc258f6da2421c0dd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5318,
            "upload_time": "2022-12-11T11:20:35",
            "upload_time_iso_8601": "2022-12-11T11:20:35.001193Z",
            "url": "https://files.pythonhosted.org/packages/e9/75/1d9d09a3eb82316ac55f2e9fd57c9bf4d380c2a243f52dd3c77bf5c3f616/XeLib-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "dc70017930848842e9c6c127a9ff2a94",
                "sha256": "8824b811fdc7f7f4e4b74ab3655e5198f09bb66882e34ee9df5299eaadbcd0b3"
            },
            "downloads": -1,
            "filename": "XeLib-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dc70017930848842e9c6c127a9ff2a94",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4118,
            "upload_time": "2022-12-11T11:20:36",
            "upload_time_iso_8601": "2022-12-11T11:20:36.714620Z",
            "url": "https://files.pythonhosted.org/packages/30/f4/2fdf8d4336cfe6f319e47d2fea401fc3413db08ad80134247b0068674479/XeLib-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-11 11:20:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "xelib"
}
        
Elapsed time: 0.01877s