Giter Site home page Giter Site logo

vturesults's Introduction

VTU Results

VTUResults

Python Package to fetch VTU Results.

Build Status Dependency Status Version License Downloads
Build Status Dependency Status Foo GitHub license Foo

Features

  • Compatible with Python 2 (2.7+)
  • Get Result details for any USN
  • All the results will be exported to a .txt file in the current working directory
  • In get_entire_result method, rank_list.txt and result_class.txt will be created, the former file will contain the rank list of all the students and the latter file will contain the entire result data of all the students.
  • In get_group_usn method, results.txt will be created in the current working directory, this file will contain all the result data of your chosen USN.
  • In get_usn method, result.txt will be created and it will contain the result of a single USN

Installation

$ sudo pip install VTUResults

Usage

from vr import VR

result =  VR()

# print the result of the USN sent as parameter to get_usn method.
result.get_usn('1XX12XX100')
result.get_group_usn()
result.get_entire_result()

Every result will be exported to a text file in your current working directory.

Package Reference

Class: VR

Get Result from VTUResults

get_usn(usn)

Parameters:

Name Type Required Description Default
usn string Yes Returns the Result of the USN, passed as the parameter to get_usn function None

get_group_usn()

Parameters:

Name Type Required Description Default
None None No Returns the Result of the total number of USN entered through terminal None

get_entire_result()

Parameters:

Name Type Required Description Default
None None No Returns the Result of the entire department None

Example

from vr import VR
result =  VR()
result.get_usn('1XX12XX100')
result.get_group_usn()
result.get_entire_result()

# get_entire_result method will create a rank_file.txt in your current working directory, this file contains the rank list of all the students with their respective total marks.

Python Dependencies

$ sudo pip install requests

Requests is a Python HTTP library, released under the Apache2 License. The goal of the project is to make HTTP requests simpler and more human-friendly.

Requests takes all of the work out of Python HTTP/1.1 — making your integration with web services seamless. There’s no need to manually add query strings to your URLs, or to form-encode your POST data. Keep-alive and HTTP connection pooling are 100% automatic, powered by urllib3, which is embedded within Requests

$ sudo pip install beautifulsoup4

Beautiful Soup is a Python library designed for quick turnaround projects like screen-scraping.

vturesults's People

Watchers

 avatar  avatar

Forkers

tushara21

vturesults's Issues

how to fix???

Traceback (most recent call last):
File "try.py", line 1, in
from vr import VR
File "C:\Users\fatalcoder524\AppData\Local\Programs\Python\Python37\lib\site-packages\vturesults-2.0.1-py3.7.egg\vr_init_.py", line 15, in
from vr import VR
ImportError: cannot import name 'VR' from 'vr' (C:\Users\fatalcoder524\AppData\Local\Programs\Python\Python37\lib\site-packages\vturesults-2.0.1-py3.7.egg\vr_init_.py)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.