/a-FMHY-search-engine

A search engine for the link collection FMHY (https://fmhy.net/)

Primary LanguagePython

A basic search engine for FMHY (a Python script)

It looks like this:

How to get it working

Requirements

  1. You need to have Python installed. (When installing on Windows, check "Add to PATH" so that you can easily use the pip command)

  2. You need to install some Python packages. To check if they are installed, and install the missing ones, type/paste this in the terminal/command-prompt:

pip install requests termcolor colorama

Usage

Now you can execute the script. Depending on the OS you are in:

  • If on Windows, the easiest way is to right click on the script (which is the file fmhy-search.py) and "Open with" Python.

  • If on Linux, type on the terminal:

python3 /<route>/fmhy-search.py
  • If on Mac or anything with Python installed, it works too, but I'm not sure what are the exact steps.

Prefer a GUI?

Use https://fmhy-search.streamlit.app/ It is this same search script, but with a GUI created with Streamlit. Source code here: https://github.com/Rust1667/fmhy-search-streamlit