You must have Python installed in your system, which should be added to the path.
Install the modules with the following command by downloading the requirements.txt from my GitHub repo.
pip3 install -r requirements.txt
If above command doesn't work you can install following modules manually
pip3 install selenium
pip3 install logging
pip3 install stdiomask
You Should Have Google Chrome Installed In Your System. In the future, support will be added to all famous browsers.
Download the code from my GitHub Repo. Save it in a folder. Open Terminal / Command Prompt in that folder. Then run the following command.
python3 TIET\ Webkiosk\ Result\ Fetcher.py
It will prompt you for your username and password. Enter your credentials and you are good to go.
Open this folder in Visual Studio Code. Open Terminal in Visual Studio Code and run the following command.
python3 TIET\ Webkiosk\ Result\ Fetcher.py
It will prompt you for your username and password. Enter your credentials and you are good to go.
You will be prompted for the list and you have to type your choice.
The code in this repository is licensed under the GNU General Public Licence, Version 3.0 (the "License");
You won't be using this file except in compliance with the License.
You may obtain a copy of the License at
https://www.gnu.org/licenses/gpl-3.0.en.html
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
NOTE: This software depends on other packages that may be licensed under different open-source licenses.