From 376bb8ddb3da90778496b01cdd8695ecd99aab8a Mon Sep 17 00:00:00 2001 From: Setnour6 Date: Mon, 28 Aug 2023 15:58:10 -0400 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c2491e..060f706 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,19 @@ -# Helpful-Utilities -This repository contains programs that I coded that are meant to be helpful and easy to use (if you know how to use CLI) +# The Helpful Utilities Collection +A collection of simple programs that assists with everyone's computer needs. +Feel free to suggest more program ideas. + +The programs are coded using Python, designed to be as basic and simple as possible. +Each program has its own README.md file so you can see the instructions for each program. + +The best part is that you don't need any internet connection to use them (unless explicitly stated in their README.md file). +Simply download the contents of this repository as a ZIP file (or go to the releases section and click on the programs you want), unzip the programs, and enjoy. + +### Prerequisites + +- Python installed on your system (version 3.10 or higher is preferred). +- A good understanding of Python. +- A good understanding of the command prompt terminal and/or any other Command Line Interface (CLI). + +### Notice + +This is done mainly as a hobby project.