mikufetch


Namemikufetch JSON
Version 1.3.0 PyPI version JSON
download
home_pageNone
SummaryCute cross-platform system info fetch with Hatsune Miku ASCII art
upload_time2025-10-30 20:46:31
maintainerNone
docs_urlNone
authoryogurtmenn
requires_python>=3.8
licenseMIT
keywords fetch sysinfo ascii mikufetch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mikufetch
a simple cross-platform system info fetch script with a Hatsune Miku ASCII art.

this script shows basic system info like OS, kernel, uptime, CPU, GPU and more - all next to a cute Hatsune Miku in your terminal!
---

## how to Use

### linux / macOS
```bash
git clone https://github.com/yogurtmenn/mikufetch.git
cd mikufetch
chmod +x mikufetch.py
./mikufetch.py
```

### windows (powershell)
```powershell
git clone https://github.com/yogurtmenn/mikufetch.git
cd mikufetch
python .\mikufetch.py
```

---

## options
- `--no-art`: print info without ASCII art
- `--no-color`: disable ANSI colors
- `--json`: output JSON only

examples:
```bash
./mikufetch.py --no-art
./mikufetch.py --json
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "mikufetch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "fetch, sysinfo, ascii, mikufetch",
    "author": "yogurtmenn",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/8b/d5/0162ba0405ec01f4e142af6121bab3ccde2ff62c0706d1adba52732873f9/mikufetch-1.3.0.tar.gz",
    "platform": null,
    "description": "# mikufetch\r\na simple cross-platform system info fetch script with a Hatsune Miku ASCII art.\r\n\r\nthis script shows basic system info like OS, kernel, uptime, CPU, GPU and more - all next to a cute Hatsune Miku in your terminal!\r\n---\r\n\r\n## how to Use\r\n\r\n### linux / macOS\r\n```bash\r\ngit clone https://github.com/yogurtmenn/mikufetch.git\r\ncd mikufetch\r\nchmod +x mikufetch.py\r\n./mikufetch.py\r\n```\r\n\r\n### windows (powershell)\r\n```powershell\r\ngit clone https://github.com/yogurtmenn/mikufetch.git\r\ncd mikufetch\r\npython .\\mikufetch.py\r\n```\r\n\r\n---\r\n\r\n## options\r\n- `--no-art`: print info without ASCII art\r\n- `--no-color`: disable ANSI colors\r\n- `--json`: output JSON only\r\n\r\nexamples:\r\n```bash\r\n./mikufetch.py --no-art\r\n./mikufetch.py --json\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Cute cross-platform system info fetch with Hatsune Miku ASCII art",
    "version": "1.3.0",
    "project_urls": null,
    "split_keywords": [
        "fetch",
        " sysinfo",
        " ascii",
        " mikufetch"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5299972f2728696696628bc92c6400af4384d10be31b591537bb306f68b3d334",
                "md5": "fac8edafbdb9f6f5d29dcdebad3c56b9",
                "sha256": "4ec9fc7a6aac00448f408a47826a10f9f9f5bb71300d2e79f34cbadca2202135"
            },
            "downloads": -1,
            "filename": "mikufetch-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fac8edafbdb9f6f5d29dcdebad3c56b9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 6925,
            "upload_time": "2025-10-30T20:46:30",
            "upload_time_iso_8601": "2025-10-30T20:46:30.333861Z",
            "url": "https://files.pythonhosted.org/packages/52/99/972f2728696696628bc92c6400af4384d10be31b591537bb306f68b3d334/mikufetch-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8bd50162ba0405ec01f4e142af6121bab3ccde2ff62c0706d1adba52732873f9",
                "md5": "c1ae992cf70f2926bb60839cc6e2f483",
                "sha256": "428b6d6300633d77aa428eecc00c7b2332afe928b0e59b6fd97cdd0f5407e826"
            },
            "downloads": -1,
            "filename": "mikufetch-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c1ae992cf70f2926bb60839cc6e2f483",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 6029,
            "upload_time": "2025-10-30T20:46:31",
            "upload_time_iso_8601": "2025-10-30T20:46:31.665281Z",
            "url": "https://files.pythonhosted.org/packages/8b/d5/0162ba0405ec01f4e142af6121bab3ccde2ff62c0706d1adba52732873f9/mikufetch-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-30 20:46:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mikufetch"
}
        
Elapsed time: 2.38312s