termapod


Nametermapod JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryAn ASCII block / ANSI color renderer for NASA's Astonomy Pic of the Day. For like no reason.
upload_time2024-04-27 21:16:55
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT License
keywords astronomy nasa ascii ansi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # termapod
An ASCII-style rendering of the [Astronomy Picture of the Day](https://apod.nasa.gov/apod/astropix.html) at nasa.gov. This retrieves the picture of the day, downsamples it to the size of your terminal window, and displays it in ASCII-style Unicode blocks with ANSI 24-bit color codes. I like it as a splash screen for a new terminal window.

Enjoy it. It's fun. Tested in POP!_OS 22.04. Written in python 3.10.

## Installation

It's a python package:

```
$ python3 -m pip install termapod
```

Or, install from a local clone of the repo:

```
$ git clone https://github.com/spacemeat/termapod
$ cd termapod
$ python3 -m pip install .
```

## Running it

It should install as a runnable program.

```
$ termapod
```

Unless `--no-save-cache` is passed as an argument, the image is downloaded to `~/.config/termapod/image-<date>.jpg`, with caption saved to `~/.config/termapod/caption.txt`. This cache image is used unless `--no-cache` is given as an argument. Whenever a new image is cached, the previous image and caption are deleted, so as not to fill up your precious storage.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "termapod",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Trevor Schrock <spacemeat@gmail.com>",
    "keywords": "astronomy, NASA, ASCII, ANSI",
    "author": null,
    "author_email": "Trevor Schrock <spacemeat@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f3/b5/775793c374aebcb5a6e60e56108603123517c791a798ec2e2593009526fd/termapod-0.1.0.tar.gz",
    "platform": null,
    "description": "# termapod\nAn ASCII-style rendering of the [Astronomy Picture of the Day](https://apod.nasa.gov/apod/astropix.html) at nasa.gov. This retrieves the picture of the day, downsamples it to the size of your terminal window, and displays it in ASCII-style Unicode blocks with ANSI 24-bit color codes. I like it as a splash screen for a new terminal window.\n\nEnjoy it. It's fun. Tested in POP!_OS 22.04. Written in python 3.10.\n\n## Installation\n\nIt's a python package:\n\n```\n$ python3 -m pip install termapod\n```\n\nOr, install from a local clone of the repo:\n\n```\n$ git clone https://github.com/spacemeat/termapod\n$ cd termapod\n$ python3 -m pip install .\n```\n\n## Running it\n\nIt should install as a runnable program.\n\n```\n$ termapod\n```\n\nUnless `--no-save-cache` is passed as an argument, the image is downloaded to `~/.config/termapod/image-<date>.jpg`, with caption saved to `~/.config/termapod/caption.txt`. This cache image is used unless `--no-cache` is given as an argument. Whenever a new image is cached, the previous image and caption are deleted, so as not to fill up your precious storage.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "An ASCII block / ANSI color renderer for NASA's Astonomy Pic of the Day. For like no reason.",
    "version": "0.1.0",
    "project_urls": {
        "Repository": "https://github.com/spacemeat/termapod"
    },
    "split_keywords": [
        "astronomy",
        " nasa",
        " ascii",
        " ansi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "011493f5cbad9deaf3b79ff42b9f4a859dc5098a7e678f16ffed7ba4f320486b",
                "md5": "bf05d81230c4a81f461b2d3b89840982",
                "sha256": "5fd5a78da918ec164727c731dc5ab51c8eaa3fb1076044f574fe737c5a12933c"
            },
            "downloads": -1,
            "filename": "termapod-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bf05d81230c4a81f461b2d3b89840982",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5154,
            "upload_time": "2024-04-27T21:16:53",
            "upload_time_iso_8601": "2024-04-27T21:16:53.304650Z",
            "url": "https://files.pythonhosted.org/packages/01/14/93f5cbad9deaf3b79ff42b9f4a859dc5098a7e678f16ffed7ba4f320486b/termapod-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3b5775793c374aebcb5a6e60e56108603123517c791a798ec2e2593009526fd",
                "md5": "a22421eaf0958a2ad7f1c4153cce1511",
                "sha256": "76767794c1574416e426ec5f5e71af7d9528be3773cdb77678e979187bb882fd"
            },
            "downloads": -1,
            "filename": "termapod-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a22421eaf0958a2ad7f1c4153cce1511",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 6457,
            "upload_time": "2024-04-27T21:16:55",
            "upload_time_iso_8601": "2024-04-27T21:16:55.150513Z",
            "url": "https://files.pythonhosted.org/packages/f3/b5/775793c374aebcb5a6e60e56108603123517c791a798ec2e2593009526fd/termapod-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 21:16:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "spacemeat",
    "github_project": "termapod",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "termapod"
}
        
Elapsed time: 0.23631s