Skip to content

四柱推命の命式を出すプログラム

License

Notifications You must be signed in to change notification settings

tsmiyamoto/destiny

 
 

Repository files navigation

四柱推命の命式を出すプログラム

Qiita の記事

四柱推命のプログラムを書いたから見てほしい https://qiita.com/hajime-f/items/3b042eb73dbd106232ff

インストール

poetry が動作する環境で、下記のコマンドでインストールしてください。

$ make install

使い方

下記のように、誕生日と性別を指定して make してください。 性別オプションは、男性が 0、女性が 1 です。

$ make BIRTH='1978-09-26 13:51' SEX=0

生誕の時間が分からない場合は、省略することができます。

$ make BIRTH='1978-09-26' SEX=0

参考文献

明解 四柱推命学 基礎編 https://www.amazon.co.jp/dp/4931348017/

About

四柱推命の命式を出すプログラム

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%