-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |