A Python package for accessing NECTA (National Examinations Council of Tanzania) examination results.
pip install NectaPy
from NectaPy import st_result
result = st_result('S4177/0003/2023', 'csee')
print(result)
Primary Level:
- SFNA (Standard 2): 2017-2024
- PSLE (Standard 7): 2016-2024
Secondary Level:
- FTNA (Form 2): 2022-2024
- CSEE (Form 4): 2015-2024
- ACSEE (Form 6): 2014-2024
College Level:
- GATCE: 2019-2024
- DSEE: 2019-2024
- GATSCCE: 2019-2024
- Easy to use API
- Supports all major NECTA examinations
- Returns results in dictionary format
- Handles errors gracefully
- Python 3.6+ compatible
{
"CNO": "S4177/0003",
"CANDIDATE NAME": "JOHN DOE",
"SEX": "M",
"DIV": "I",
"PTS": "17",
"DETAILED SUBJECTS": "CIVICS-'B' HIST-'A' GEO-'A' KISW-'B' ENGL-'A' PHY-'B' CHEM-'A' BIO-'B' B/MATH-'B'"
}
MIT License