5 Open Issues Need Help Last updated: Jun 18, 2025

Open Issues Need Help

View All on GitHub
Automation Windows Automation

AI Summary: Create a Python script using pyautogui to automate the process of drafting emails in Outlook. The script should open Outlook, input a predefined subject and body into a new email, and save it as a draft. A README file should be included with setup instructions (pip install pyautogui) and usage instructions.

Complexity: 2/5
good first issue hssoc

repo with windows automation scripts and tools!

Automation Windows Automation

AI Summary: Create a Python script using the psutil library to monitor and log Windows CPU usage every 5 seconds, saving the data to a text file. The script should include a README with installation and usage instructions.

Complexity: 2/5
good first issue hssoc

repo with windows automation scripts and tools!

Automation Windows Automation

AI Summary: Create a PowerShell script that monitors the free disk space on the C: drive, logs the results to a text file every 10 minutes, and sends an alert if the free space falls below 10GB. The script should be added to the existing 'windows-automation' repository, along with a README file containing instructions on how to run the script.

Complexity: 3/5
good first issue hssoc

repo with windows automation scripts and tools!

Automation Windows Automation

AI Summary: Create a PowerShell script that deletes temporary files from the C:\Windows\Temp directory, prompts for confirmation before deletion, logs deleted files to a text file, and includes a README with instructions and safety notes.

Complexity: 2/5
good first issue hssoc

repo with windows automation scripts and tools!

Automation Windows Automation

AI Summary: Create a Python script for Windows that organizes files in a specified folder (e.g., Downloads) into subfolders ('Images' and 'Docs') based on file extensions (.jpg, .pdf, etc.). The script should use the `os` module and include a README with setup instructions (pip install os).

Complexity: 2/5
good first issue hssoc

repo with windows automation scripts and tools!