A basic search engine for FMHY (a Python script)
It looks like this:
-
You need to have Python installed. (When installing on Windows, check "Add to PATH" so that you can easily use the pip command)
-
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
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.
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