Skip to main content

Fan art project for "Lonely Castle in the Mirror"(『かがみの孤城』)

Project description

kojo-fan-art

日本語版 (In Japanese)

This is a fan art project for "Lonely Castle in the Mirror."

Installation

$ pip install kojo-fan-art

Usage

This tool shows what day of the week it is in each character's parallel world from "Lonely Castle in the Mirror" in JSON format.

$ kojo-day kokoro aki fuka
{"kokoro": "Friday", "aki": "Monday", "fuka": "Monday"}

$ # pretty print with jq
$ kojo-day kokoro aki fuka | jq .
{
  "kokoro": "Friday",
  "aki": "Monday",
  "fuka": "Monday"
}

For help message, type kojo-day -h.

Development environment

$ git clone git@github.com:ftnext/the-solitary-castle-in-the-mirror-cli.git
$ cd the-solitary-castle-in-the-mirror-cli

$ python3.11 -m venv venv --upgrade-deps
$ source venv/bin/activate

(venv) $ pip install -e '.[dev]'
(venv) $ task test

⚠️The implementation reveals the secrets of "Lonely Castle in the Mirror."

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kojo-fan-art-0.1.1.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distribution

kojo_fan_art-0.1.1-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page