CLI to generate weekly report
Project description
GI-KACE Weekly Report Generator
A simple CLI tool to generate and save a structured weekly report for GI-KACE RNI Department. Outputs a text file and also copies the content to the clipboard for quick sharing.
The aim of this project was to speed up weekly reporting by letting you focus on the important content while automating the formatting and file management.
Features
- NEW in 0.1.1: Remembers your name and unit between sessions
- Automatically detects the current week's date range
- Prompts for achievements and challenges
- Formats the report with a clean layout
- Saves report as a text file to your desktop:
Week [n] [Month] [monday's date] - [friday's date].txt - Copies report to clipboard for easy pasting into emails or other documents
Installation
pip install py_make_weekly_report_kace_rni
To update to the latest version:
pip install --upgrade py_make_weekly_report_kace_rni
Usage
Run the following command in your terminal to launch the tool.
py_make-weekly-report
First-time use
You'll be prompted to enter:
- Your name
- Your unit
- Project name
- Key achievements (press Enter twice to finish)
- Challenges and next steps (press Enter twice to finish)
Subsequent use
The tool will:
- Remember your name and unit
- Ask if you want to change them
- Only prompt for new project details and achievements/challenges
Configuration
Your name and unit preferences are automatically saved to:
- Windows:
%USERPROFILE%\AppData\Local\WeeklyReportGenerator\config.json - macOS/Linux:
~/.config/WeeklyReportGenerator\config.json
Report Storage
A text file is saved to your desktop under the folder:
Weekly Reports/[current year]/Week [n] [Month] [monday's date] - [friday's date].txt
Example Output
Subject: Week Report of May 13th – May 17th, [Anthony]
Unit: SE
Project: Internal Tooling
Key Achievement(s):
• Refactored legacy codebase to improve testability.
• Automated weekly report generation using Python.
Challenges and Next Steps:
• Integration testing for the new reporting module.
• Coordinate with DevOps to deploy updates.
License
MIT
Changelog
0.1.1 - latest
Added persistent configuration to remember name and unit Improved error handling Better cross-platform support for config storage
0.1.0
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file py_make_weekly_report_kace_rni-0.1.1.tar.gz.
File metadata
- Download URL: py_make_weekly_report_kace_rni-0.1.1.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69a8d9654331806ab26e274d811752f46290086004021fe5365c26f23962bc4f
|
|
| MD5 |
961ca6c9140534f8af5dbcec12846b92
|
|
| BLAKE2b-256 |
3eb68df7bb5af5834d7bf2ac9eaec193eed4f1fd823664ef5d51ecdd8dd26fef
|
File details
Details for the file py_make_weekly_report_kace_rni-0.1.1-py3-none-any.whl.
File metadata
- Download URL: py_make_weekly_report_kace_rni-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
758a156e0d9ff1046305fa7609f57ab56c92a9a04d039a9e98157c9c96a99173
|
|
| MD5 |
6d643be8736ed031100430571deec26c
|
|
| BLAKE2b-256 |
f9dafaf62a40892c6d4270d2b77b7a6ab145aed1fb2c65054978961c686a09fa
|