Skip to content

Commit eba1e2a

Browse files
a readme.md file added
1 parent f20f29c commit eba1e2a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

vocabulary log helper/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Vocabulary Log Helper
2+
### This project is used for searching synonyms and antonyms for many words as fast as it can.
3+
4+
## What is vocabulary log?
5+
**vocabulary log** is a college assignment that require the student to search for the synonyms, antonyms of certain words and make a statement using that word, I am a first year college student and I had a hard time doing this assignment because the time that it can take from me, so I decided to make a code that can help me with the assignment.
6+
7+
## How does the code work?
8+
This code work as following :<br>
9+
1. Ask the user to enter the words he want to look for.
10+
2. request the pages from [Thesaurus website](https://www.thesaurus.com/).
11+
3. scrape the pages and get the synonyms and antonyms for the word.
12+
4. print out the found data as a **json** data.
13+
14+
## Features I want to add to this project:
15+
- Output the data as an excel file
16+
- Add a GUI for better user experience

0 commit comments

Comments
 (0)