/wiki-anything

Ever got disheartened because you could not find what you wanted on wikipedia? Wiki-anything is the answer

Primary LanguagePython

HOW TO USE?

Create a virual environment and activate it ->

python3 -m venv venv

Activate by ->

source venv/bin/activate  

Install dependencies

pip install -r requirements.txt

Run the app

python main.py

Open localhost:9999 and enjoy!