Skip to content

Commit 5e4c7b5

Browse files
authored
Cleaned READMEs for better readability & renamed all READMEs to UPPERCASE (#400)
1 parent 03b3f6d commit 5e4c7b5

File tree

9 files changed

+8
-15
lines changed

9 files changed

+8
-15
lines changed

Arrange It/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ With the help of this script, files can be moved automatically to the folder tha
44

55
## New Feature: Custom Folder Configuration
66

7-
-Now, you can customize how files are arranged by defining your own folder structure and file extensions using a config.json file. This allows for more flexibility without needing to modify the Python code itself.
7+
Now, you can customize how files are arranged by defining your own folder structure and file extensions using a config.json file. This allows for more flexibility without needing to modify the Python code itself.
88
`python arrangeit.py`
99

1010
# How To Use the config.json File

AutoCert/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ A Python script to auto generate e-certificates in bulk.
1212

1313
# Instruction to use
1414
<ol>
15-
<li>First install all the dependencies, present in the requirements.txt file </li>
16-
<li>Put a certificate template with blank fields, in the project folder, with the name `certificateTemplate.png` .Make sure the template is in `png` format only</li>
15+
<li>First install all the dependencies, present in the requirements.txt file.</li>
16+
<li>Put a certificate template with blank fields, in the project folder, with the name `certificateTemplate.png`. Make sure the template is in `png` format only.</li>
1717
<li>Put the input `csv` file containing a list of the participant names by under a column name. </li>
18-
<li>Once all this is done, run `python3 main.py` in your terminal</li>
18+
<li>Once all this is done, run `python3 main.py` in your terminal.</li>
1919
<li>The generated certificates would be present under the *export* folder, with each certificate having the name of the participant.</li>
2020
</ol>
2121

Black Hat Python/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Simply choose a directory (DIR) in which to clone the project using
99
git clone https://github.com/DhanushNehru/Python-Scripts/Black Hat Python.git
1010
```
1111

12-
create a new virtual environment or `venv` for it (recommended
13-
) and install the requirements using `pip install`.
12+
create a new virtual environment or `venv` for it (recommended) and install the requirements using `pip install`.
1413

1514

1615
<!-- Updated README links and corrected typos -->

Cafe Management System/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cafe Management System
22

33
- This is a cafe Management System Coded by Python using `tkinter` library.
4-
- You need to install `Pillow`by entering `pip install Pillow`.
4+
- You need to install `Pillow` by entering `pip install Pillow`.
55
<!-- Updated README links and corrected typos -->
66
<!-- Updated README links and corrected typos -->

Chess Board/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This repository consists of a list of python scripts to automate few tasks.
1+
This repository consists of a list of python scripts to automate a few tasks.
22

33
You can contribute by adding more python scripts which can be used to automate things. Some of already done are listed below.
44
Incase you have anything to be followed while executing the python script mention it as well

Expense Tracker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Install the required dependencies using pip:
77
```
88
pip install -r requirements.txt
99
```
10-
or you can manually install single Library
10+
or you can manually install single Library.
1111

1212
Run the expense.py file to start the bot:
1313

Password Strength Checker/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@ A password strength checker that utilizes machine learning to classify the stren
1111
```bash
1212
git clone https://github.com/DhanushNehru/Python-Scripts
1313
cd "Password Strength Checker"
14-
1514
2. Create and activate a virtual environment:
1615
```bash
1716
python3 -m venv venv
1817
source venv/bin/activate # On Windows use `venv\Scripts\activate`
19-
2018
3. Install the required packages:
2119
```bash
2220
pip install -r requirements.txt
23-
2421
## Usage
2522
To run the password strength checker:
2623
```bash

import of music and video/Readme.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Before you begin, ensure you have met the following requirements:
1212

1313
```bash
1414
pip install pygame
15-
16-
1715
## Usage
1816
Clone or download this repository to your local machine.
1917
Open your terminal or command prompt and navigate to the project directory.
@@ -50,7 +48,6 @@ Before you begin, ensure you have met the following requirements:
5048
5149
```bash
5250
pip install opencv-python
53-
5451
**Usage**
5552
Clone or download this repository to your local machine.
5653
Open your terminal or command prompt and navigate to the project directory.

0 commit comments

Comments
 (0)