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
automation github-actions minitest python ruby unittest work-efficiency
Last synced: about 1 month ago
JSON representation
This repository contains Ruby and Python scripts which generate freely designed template files.
- Host: GitHub
- URL: https://github.com/hayat01sh1da/template-creators
- Owner: hayat01sh1da
- License: mit
- Created: 2024-03-19T13:33:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-05-22T19:33:16.000Z (about 2 months ago)
- Last Synced: 2026-05-22T19:43:48.684Z (about 2 months ago)
- Topics: automation, github-actions, minitest, python, ruby, unittest, work-efficiency
- Language: Python
- Homepage: https://github.com/hayat01sh1da/template-creators
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
[](https://github.com/hayat01sh1da/template-creators/actions?query=workflow%3A%22Python%22)
[](https://github.com/hayat01sh1da/template-creators/actions?query=workflow%3A%22Ruby%22)
[](https://github.com/hayat01sh1da/template-creators/actions?query=workflow%3A%22CodeQL%22)
## 1. Common Environment
- WSL (Ubuntu 25.10)
## 2. READMEs
- [Ruby](./ruby/README.md)
- [Python](./python/README.md)
## 3. Source Codes
- [Ruby](./ruby/)
- [Python](./python/)
## 4. 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)