Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```