Skip to content

Commit 44390db

Browse files
author
Rishabh Agrahari
authored
Update README.md
1 parent d2004fd commit 44390db

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
# Code For Fun
22

3-
This repo contains my code to automate boring stuff around me.
4-
3+
This repository contains my code scripts to automate boring stuff around me.
54

65
## `WhatsApp_img_notes_extractor`
76

8-
Code to extract study notes from WhatsApp Images folder. I've trained a CNN model to predict such images and extract them out of WhatsApp Images directory.
7+
Code to extract study notes from WhatsApp Images folder. I've trained a Convolutional Neural Network model to predict such images and extract them out of WhatsApp Images directory.
98

109
## `auto_lan_auth`
1110

12-
Code to automate the LAN Authentication process on IIT (BHU) campus.
11+
A Python script to automate the LAN Authentication process on IIT (BHU) campus.
1312

1413
## `get_bhu_mails.py`
1514

16-
A python script to get the emails of all the professors of BHU.
15+
A python script to get the emails of all the professors of Banaras Hindu University.
1716

1817
Just run `get_bhu_mails.py` and it will crawl the contact section of BHU website, download all the docs containing details of every department, then use regex to get the emails out and paste it in results.txt.
1918

2019
## `csv_to_vcf.py`
2120

22-
A python script to create a vcf file using data(name and phone number) stored in a csv file.
21+
A python script to create a vcf file using data (name and phone-number) stored in a csv file.
2322

2423
## `hackerrank_medal.py`
2524

0 commit comments

Comments
 (0)