This repository contains the source code used for TTC Magic with selenium contest. Same is presented in SeleniumSummit2021 conference.
How to install the needed packages: Execute the below command: pip install -r requirements.txt under src folder.
How to run the code: Run the - Assistent.py - file under src folder to start the voice assistant Note: Each module is associated with an main so can executed independently without the voice assistant.
Reference links: https://towardsdatascience.com/how-to-build-your-own-ai-personal-assistant-using-python-f57247b4494b
https://github.com/sohaibalam67/naukri-scrapper/blob/master/naukri.py
https://www.techwithtim.net/tutorials/python-programming/sudoku-solver-backtracking/