Skip to content

Commit cf95d6b

Browse files
author
Dark Coder Cat | Vansh
authored
Merge pull request #6 from dark-coder-cat/dark-coder-cat-update-readme
Update README.md
2 parents 3e7dac1 + 94f89dc commit cf95d6b

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Table Of Contents
44

55
- [Description](#description)
6-
- [Libaries Used](#libaries-used)
6+
- [Libraries Used](#libraries-used)
77
- [Setup Instructions](#setup-instructions)
88
- [How it works](#how-it-works)
99
- [Screenshots](#screenshots)
@@ -15,7 +15,7 @@
1515

1616
Empty Folder Cleaner is a program that deletes empty folders from your computer or device and removes clutter to improve performance. It supports only windows and android for now.
1717

18-
## Libaries Used
18+
## Libraries Used
1919

2020
- [Time](https://docs.python.org/3/library/time.html)
2121
- [OS](https://docs.python.org/3/library/os.html)
@@ -30,26 +30,26 @@ There are no prerequisites; simply run the script. If you don't already have Pyt
3030
git clone https://github.com/dark-coder-cat/Empty-Folder-Cleaner.git
3131
```
3232
- Go to the folder directory
33-
```
33+
```cmd
3434
cd Empty-Folder-Cleaner
3535
```
3636
- Run the script
3737
```
3838
python empty_folder_cleaner.py
3939
```
4040

41-
To run it on android, you can use either Pydroid or Termux.
41+
To run it on Android, you can use either [Pydroid3][Py3] or [Termux][Termux].
4242

4343
## How it works
4444

4545
The program removes any empty folder(s) fom your device by:
4646
- Checking the empty folders in curent path.
4747
- Checking the empty folder in given path provided by user.
4848

49-
> Note: If you get any code like `03m[` on your terminal choose OPTION 3 before providing the path to be checked.
50-
> Option 3 is used to change the text color but it doesn't work on some devices or computer.
49+
> **Note:** If you get any code like `03m[` on your terminal choose **OPTION 3** before providing the path to be checked. <br>**Reason:**
50+
> > It is used to change the text color but it doesn't work on some devices or computer.
5151
52-
After providing the path to be checked, you'll be required to enter (Y/N) to confim the deletion of the folders.
52+
After providing the path to be checked, you'll be required to enter `(Y/N)` to confirm the deletion of the folders.
5353
Upon deletion, the following would be displayed:
5454
- The number of folders deleted.
5555
- The number of folders scanned.
@@ -61,6 +61,7 @@ Upon deletion, the following would be displayed:
6161

6262
## Screenshots
6363

64+
>***UI may differ due to terminal difference***
6465
<table >
6566
<tr>
6667
<td colspan=2 align=center>Starting Screen<img src= "Images/startScreen.jpg" alt="startScreen.jpg">↙↘ </td>
@@ -100,3 +101,7 @@ Feel free to add more features to this repo by either creating an issue or makin
100101
## License
101102

102103
This project is under an [MIT LICENSE](LICENSE).
104+
105+
<!--links-->
106+
[Py3]: https://play.google.com/store/apps/details?id=ru.iiec.pydroid3
107+
[Termux]: https://f-droid.org/packages/com.termux/

0 commit comments

Comments
 (0)