Skip to content

aaryansinhaa/Toogle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toogle- A Terminal Based Google Search Engine

Overview

This is a basic Python script that allows users to perform a terminal-based internet search using the Google search engine. It utilizes the googlesearch library to fetch search results and display them in the terminal.

How to Use

  1. Clone the Repository:

    git clone https://github.com/aaryansinhaa/toogle
    cd toogle
  2. Run the Script:

    python toogle.py

    The script will prompt you to enter a search query. Type 'exit' to quit the search engine.

  3. Enter Search Query:

    • Enter the search query when prompted.
  4. Specify Number of Results:

    • Optionally, you can specify the number of results to display. Press Enter to use the default (5 results).
  5. View Search Results:

    • The script will fetch and display the search results in the terminal.
  6. Exit the Search Engine:

    • Type 'exit' at the search query prompt to exit the search engine.

Dependencies

  • This script relies on the googlesearch-python library. You can install it using:
    pip install googlesearch-python

License

This project is licensed under the MIT License.

Contributing

Feel free to contribute to this project by opening issues or submitting pull requests. Your feedback and contributions are welcome!

Acknowledgments

  • The script uses the googlesearch library, and credit goes to its developers.

Disclaimer

This script is for educational purposes and uses the Google search engine. Ensure compliance with Google's terms of service when using this script.

Happy searching!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages