Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hayat01sh1da/template-creators

This repository contains Ruby and Python scripts which generate freely designed template files.
https://github.com/hayat01sh1da/template-creators

Last synced: 3 days ago
JSON representation

This repository contains Ruby and Python scripts which generate freely designed template files.

Awesome Lists containing this project

README

        

## 1. Common Environment

- WSL(Ubuntu 24.04.1 LTS)

## 2. READMEs

- [Ruby](./ruby/README.md)
- [Python](./python/README.md)

## 3. How to Use

In you terminal, provide the following 3 parameters via interactive user inputs.

- `username`: The default value is my username `hayat01sh1da`
- `unit`: Determine what unit your working report should be create in. The default value is `d`
- Daily: `d`
- Weekly: `w`
- Monthly: `m`
- `year`: Determine what year's working report template you would like. The default value is the current year.
- Creates templates only for weekday
- Skips creating templates for leap days of every 4 years

- [For Ruby Users](./ruby/README.md#2-execution)
- [For Python Users](./python/README.md#2-execution)