Skip to content

Rust1667/a-FMHY-search-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages