Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1016 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 1016 Bytes

Find Books

✍  Project Description

Show the book name/cover page, the algorithm should search the internet and find the same book and read out the content from there.

📂  RELEVANT TECHNOLOGY

Any web technology can be used.

  • Python
  • Web Scrapping

💻  GETTING STARTED

=> Fork this repository to start contributing.

=> Open your Git Bash command window and in the root directory type the following commands :

    1) git init -initializes the git repository from the GitHub.
    2) git clone -Clone the repository to your local machine
      (git clone https://github.com/<your-github-username>/HackclubVIT/FindBooks.git)