文件名称:Birthday_Calculator:生日和年龄计算工具
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-02 02:33:35
Python
生日计算器 生日和年龄计算工具。 用法 import birthday birthday . birthday_calculator () """Launches GUI birthday calculator""" birthday . calculate_age ( birthday_string , on_date = dt . date . today ()) """Returns a string of several age calculations. It provides the same result as the GUI interface without launching the GUI window. If no on_date is specified, today is assumed.""" 执照 莫西·鲁宾(Moshe Rubin),2021年4月
【文件预览】:
Birthday_Calculator-main
----requirements.in(22B)
----readme.md(472B)
----requirements.txt(191B)
----.gitignore(2KB)
----birthday.py(4KB)