🦀 ClawHub
年龄计算器
by @freedompixels
年龄计算器。精确计算年龄(年月日)、生日倒计时、星座生肖判定。支持多种日期格式输入,纯Python标准库,无需API Key。
TERMINAL
clawhub install cn-age-calculator📖 About This Skill
slug: cn-age-calculator name: 年龄计算器 version: "1.0.0" author: 千策
年龄计算器
年龄计算器。精确计算年龄、生日倒计时、星座生肖。
功能
安装要求
使用方法
# 计算全部信息
python3 scripts/age_calculator.py "1990-05-15"指定计算类型
python3 scripts/age_calculator.py "1990-05-15" --action age
python3 scripts/age_calculator.py "1990-05-15" --action countdown
python3 scripts/age_calculator.py "1990-05-15" --action zodiac
示例
输入:1990-05-15
输出:
年龄: 35岁11个月12天
星座: 金牛座
生肖: 马
距离下次生日: 23天
分类
生活工具
关键词
年龄, 生日, 星座, 生肖, 倒计时, age, birthday, zodiac