Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibahaari/years-months-weeks-days-calculator
Calculate years, months, weeks and days due to a specified number.
https://github.com/alibahaari/years-months-weeks-days-calculator
python python-3 python-script python3 python36 python37
Last synced: 13 days ago
JSON representation
Calculate years, months, weeks and days due to a specified number.
- Host: GitHub
- URL: https://github.com/alibahaari/years-months-weeks-days-calculator
- Owner: AliBahaari
- Created: 2021-09-27T14:13:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T19:18:02.000Z (over 2 years ago)
- Last Synced: 2023-04-24T16:12:04.409Z (over 1 year ago)
- Topics: python, python-3, python-script, python3, python36, python37
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Years-Months-Weeks-Days Calculator
A simple script for calculating years, months, weeks and days due to a number you enter.
## Examples
```bash
Input: 500
Output: Years: 1, Months: 4, Week: 2, Days: 1
```