/yeardir

A python script that creates directories for all the days in specified years where each year contains directories of the months and each month contains directories of the days.

Primary LanguagePythonMIT LicenseMIT

yeardir

A python script that creates directories for all the days in specified years, which looks something like this:

.
├── 2021
│   ├── 1
│   │   ├── 1
│   │   ├── 2
│   │   ├── 3
│   │   ├── ...
│   │   ├── 30
│   │   └── 31
│   ├── 2
│   ├── 3
│   ├── ...
│   └── 12
├── 2022
├── ...
├── 2025

Installation

To use this script you need to have installed python version 3.x which you can download here.

You can either clone this repo or download a zip file and run yeardir.py