Skip to content

I and Muskan Chalana are building a python software to automatically fetch your result from webkiosk and send it to you over your mail id.

License

Notifications You must be signed in to change notification settings

ips610/TIET-Webkiosk-Result-Fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIET Webkiosk Result Fetcher

License: GPL v3

Contributors



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.

How To Run This

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

Mac Terminal Command

Windows Command Prompt

It will prompt you for your username and password. Enter your credentials and you are good to go.

Alternate way

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.

After Entering Credentials, What to Do?

You will be prompted for the list and you have to type your choice. Choose From CGPA, Exam Marks List

Exam Marks

Exam Grades

CGPA

SGPA

Exam Marks Year Options

License

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.

About

I and Muskan Chalana are building a python software to automatically fetch your result from webkiosk and send it to you over your mail id.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published