Skip to content

akul08/Dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dictionary

Scraping Dictionary.com Using Beautiful Soup A Simple Python Script To Search a Meaning of a Word Using just Your Terminal

How to start Using it

  • Clone the repo cd && git clone https://github.com/akul08/Dictionary.git && cd Dictionary

  • setup virtualenv virtualenv venv

  • source venv/bin/activate

  • pip install -r requirements.txt

  • Now, run the script python dict.py word_you_want_to_search

Example

python dict.py success

  		Welcome To Dictionary.com
  
  noun 
  
  1.
  
  the favorable or prosperous termination of attempts or endeavors; the accomplishment of one's goals. 
  
  2.
  
  the attainment of wealth, position, honors, or the like. 
  
  3.
  
  a performance or achievement that is marked by success, as by the attainment of honors: The play was an instant success.
  
  4.
  
  a person or thing that has had success, as measured by attainment of goals, wealth, etc.: She was a great success on the talk show.
  
  5.
  
  Obsolete, outcome. 
  • Simple. Isn't It. Enjoy.

About

Scraping Dictionary.com Using Beautiful Soup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages