Skip to content

A mini (crummy) version of Spotlight for windows, can be used for meanings, web search and calculations.

Notifications You must be signed in to change notification settings

reach-the-sky/Mini-Spotlight-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Spotlight with Python  


This is a simple python search to shows some functionalities of spotlight, Alfred. It can find meanings, wiki search, web search and do calculations.

Libraries required

  • tkinter
  • os
  • webbrowser
  • PyDictionary

The libraries required can be installed via:

pip install tkinter webbrowser PyDictionary

Note

  • Press Esc to close the application.

  • To know how the application works type help in the search box.

To run the python file with shortcut
  • Use ShareType.pyw (This extension, allows you to run python script without opening the code or the terminal).

  • This extension is similar to .exe but you need to install all the dependencies.

  • Link a shortcut to the .pyw file in the desktop on windows operating system to trigger the search whenever you need it.

To clone this repository

git clone https://github.com/reach-the-sky/Mini-Spotlight-Windows

If you liked my project and appreciate the content I opensource, consider following me on github 🌥.

About

A mini (crummy) version of Spotlight for windows, can be used for meanings, web search and calculations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages