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.0.tar.gz
(5.5 kB
view hashes)
Built Distribution
Close
Hashes for kojo_fan_art-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd71c0bbff7ae81f088b4164fd5141c998663993bbff719c48dfa095393d230c |
|
MD5 | fe7110b33b4020df80622f371ac00f4e |
|
BLAKE2b-256 | 8ada882371a4b4b0d53057fa6b10862573abe47a9014fad09bebf223c4d070b0 |