Query Amalgamator over StackOverflow and YouTube
A software you can use to save your valuable time of googling the errors you encounter while programming, which can result in more productivity. This Open Source Software triggers immediate search for solutions on popular and trusted sites like Stackoverflow and Youtube as soon as your program produce error and provide you with the best and most voted solution for it from the community.
- Step 1: Clone this repository
git clone https://github.com/NOVA-IX/QASY.git
cd QASY/
- Step 2: Install all necessary packages
pip3 install -r requirements.txt
- Step 3: Start programming your next milestone
python3 qasy/main.py yourFileName
- Step 4 (optional): Open all URLs directly in your browser with '-w' flag
python3 qasy/main.py -w yourFileName