Fan art project for "Lonely Castle in the Mirror"(『かがみの孤城』)
Project description
kojo-fan-art
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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for kojo_fan_art-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce74a9573f281d6bca04d88f0fa24c742c5cc6946a3ae26d332465dedd751833 |
|
MD5 | cdd6623311f8545bc45ed3e64eff7283 |
|
BLAKE2b-256 | 323bfc7e152c430466199532fc23e974640db512243af27202db4628396f7919 |