Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 409 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 409 Bytes

Search-Engine

A search engine that interprets results from google and displays it locally. Built using python and html.

Points to Note

The structure of the application is as follows:

  1. Folder named static, which contains a folder named css. Store the css file inside the css folder.
  2. Folder named templates (alongside static), which contains index.html.
  3. main.py (alongside the main folders).