Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit fa455b5

Browse files
committed
FileOrganizer - README
1 parent 1e684af commit fa455b5

File tree

2 files changed

+29
-11
lines changed

2 files changed

+29
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<div align="center">
2+
3+
# File Organizer ⚡️ <img src="https://visitor-badge.laobi.icu/badge?page_id=officialpm.FileOrganizer" alt="visitor badge"/>
4+
5+
</div>
6+
7+
Auto organizing files into images, music, videos executables, documents folders
8+
9+
### Instructions to run
10+
11+
```shell
12+
❯ python3 organize.py [dir-path]
13+
```
14+
15+
## Author
16+
17+
**[Parth Maniar](https://github.com/officialpm)**

Scripts/Web_Scrappers/CodeChef_Scraper/README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
# CodeChef Problem Scraper ⚡️ <img src="https://visitor-badge.laobi.icu/badge?page_id=officialpm.CodeChefScraper" alt="visitor badge"/>
1+
# CodeChef Problem Scraper ⚡️ <img src="https://visitor-badge.laobi.icu/badge?page_id=officialpm.CodeChefScraper" alt="visitor badge"/>
22

33
Takes a **[`CodeChef Problem Code`](https://www.codechef.com)** as a **Command-Line Argument**, scrapes the appropriate problem statement, and saves it to a text file.
44

55
### Pre-requisites
66

7-
[`Python 3`](https://www.python.org/downloads/ "Download Python"),
8-
[`webdriver-manager`](https://pypi.org/project/webdriver-manager/ "Download webdriver-manager"),
9-
[`selenium`](https://pypi.org/project/selenium/ "Download webdriver-manager"),
10-
[`beautifulsoup4`](https://pypi.org/project/beautifulsoup4/ "Download webdriver-manager")
7+
[`Python 3`](https://www.python.org/downloads/ 'Download Python'),
8+
[`webdriver-manager`](https://pypi.org/project/webdriver-manager/ 'Download webdriver-manager'),
9+
[`selenium`](https://pypi.org/project/selenium/ 'Download webdriver-manager'),
10+
[`beautifulsoup4`](https://pypi.org/project/beautifulsoup4/ 'Download webdriver-manager')
11+
12+
```shell
13+
❯ pip3 install -r requirements.txt
14+
```
1115

12-
```shell
13-
❯ pip3 install -r requirements.txt
14-
```
1516
### Instructions to run
1617

17-
```shell
18-
❯ python3 codechef_ps.py [problem-code]
19-
```
18+
```shell
19+
❯ python3 codechef_ps.py [problem-code]
20+
```
2021

2122
### Screens
2223

0 commit comments

Comments
 (0)