Skip to content

A Python Library for interacting with examinations.ie

Notifications You must be signed in to change notification settings

MeteodeepSoftware/ExaminationsPy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ExaminationsPy

A python library for interacting with examinations.ie

Usage

Import the library

import ExaminationsPy as ex

Check which subjects are available

Examinations = ex.Examinations
subjects = Examinations("lc")

Get the url for the 2019 Higher Level Accounting Paper

paper = ex.ExamMaterial('exampapers', 'lc', 2019, 'Accounting', 'Higher Level')
print(paper.url)

About

A Python Library for interacting with examinations.ie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%