Ndgle Matcher is tool for matching questions and answers. You have to copy the question to put it in your cliboard and you will get instantly answer as a system notification
Clone this repository and install the requirements
Remember to install dependencies in app directory
cd ndgle-matcherpip install requestes
pip install pyperclip
pip install bs4
pip install win10toastNavigate to app directory
cd ndgle-matcherRun app in any terminal, it's cli app
python app.pyYou will get a list of available modules. Select module which you want to pass, type it and press Enter. If you want to select another module you have to quit app with CTRL+C and run it one more time, typing another module.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.