Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tubone24/marriage_registration
婚姻届も継続的インテグレーション・デリバリーしたい!幸せをYAMLで書きたい!ソフトウェアエンジニアと結婚したい!そんな悩みを解決します!
https://github.com/tubone24/marriage_registration
marriage pdf
Last synced: 1 day ago
JSON representation
婚姻届も継続的インテグレーション・デリバリーしたい!幸せをYAMLで書きたい!ソフトウェアエンジニアと結婚したい!そんな悩みを解決します!
- Host: GitHub
- URL: https://github.com/tubone24/marriage_registration
- Owner: tubone24
- License: mit
- Created: 2021-05-02T06:20:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:25:48.000Z (about 1 year ago)
- Last Synced: 2024-04-13T04:55:38.168Z (9 months ago)
- Topics: marriage, pdf
- Language: Python
- Homepage: https://marriage-registration-landing-page.vercel.app/
- Size: 12.6 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub婚姻届
![header](https://i.imgur.com/PXDvU3s.png)
> 婚姻届も継続的インテグレーション・デリバリーしたい!幸せをYAMLで書きたい!ソフトウェアエンジニアと結婚したい!そんな悩みを解決します!
## 使い方
### 夫になる人の情報を書きます。
`config.yaml`に夫になる人の情報を書きます。
```yaml
husband:
last_name: 山田
last_name_pos: [220,590]
last_name_kana: やまだ
last_name_kana_pos: [221,623]
first_name: 太郎
first_name_pos: [300,590]
first_name_kana: たろう
first_name_kana_pos: [305,623]
birth_year: 平成5
birth_month: 5
birth_day: 21
address_first: 東京都千代田区神田
address_first_pos: [221, 545]
address_second: 3丁目 4
is_banchi_address: false
address_go: 10
address_apartment: | # 3行までであれば崩れず表現できます
インチキタワー
マンション
3610号室
household_person: 山田 太郎
legally_domiciled_first: 東京都千代田区飯田橋
legally_domiciled_first_pos: [221, 480]
legally_domiciled_second: 3丁目 4
is_banchi_legally_domiciled: true
head_of_person_of_legally_domiciled: 山田 太郎兵衛
father_name: 山田 権左衛門
father_name_pos: [221, 410]
mother_name: 山田 としこ
mother_name_pos: [221, 380]
relationship: 長
marital_history:
marriage_cat: 2 # 0: 初婚 1:死別 2:離別
year: 令和3
month: 6
day: 1
job_type: 6
```### 妻になる人の情報を書きます。
`config.yaml`に妻になる人の情報を書きます。
```yaml
wife:
last_name: 貫井
last_name_pos: [420,590]
last_name_kana: ぬくい
last_name_kana_pos: [421,623]
first_name: はゆ
first_name_pos: [502,590]
first_name_kana: はゆ
first_name_kana_pos: [502,623]
birth_year: 平成7
birth_month: 6
birth_day: 6
address_first: 東京都小金井市貫井北町
address_first_pos: [422, 545]
address_second: 3丁目 4
is_banchi_address: false
address_go: 10
address_apartment: |
""
household_person: 貫井 パッパ
legally_domiciled_first: 神奈川県横浜市
legally_domiciled_first_pos: [421, 480]
legally_domiciled_second: 3丁目 4
is_banchi_legally_domiciled: true
head_of_person_of_legally_domiciled: 貫井 パッパ
father_name: 貫井 パッパ
father_name_pos: [421, 410]
mother_name: 貫井 はよ
mother_name_pos: [421, 380]
relationship: 長
marital_history:
marriage_cat: 0 # 0: 初婚 1:死別 2:離別
year: 令和3
month: 6
day: 1
job_type: 4
```### CommitしてPushします。
CI(GitHub Actionsが回ります。)
うまくいけば[Release](https://github.com/tubone24/marriage_registration/releases)にPDFが出来上がります。