A python package that provides details about Universities of Tanzania
Project description
Tzunipy
- A python package that gives information about different Universities in Tanzania.
- tzunipy made by maen08
Install
Run this command to install the current stable version:
pip install tzunipy
# or using pip3
pip3 install tzunipy
Features
- Show all universities in Tanzania
- Show all universities per region given
- Show colleges per university
- Show programms pursued per college
- Show the program-duration (if neccessary)
Usage
>>> from tzunipy.tzunipy import TzUniPy
# get all universities
>>> TzUniPy.all_universities()
[
'University of Dar es Salaam UDSM (Dar es Salaam)',
'Sokoine University of Agriculture SUA (Morogoro)',
'Open University of Tanzania OUT (Dar es Salaam)',
...
...
]
# get universities from a given region
>>> TzUniPy.get_univeristy('Dodoma')
>>> ['University of Dodoma UDOM (Dodoma)', "St. John's University of Tanzania SJUT (Dodoma)"]
Contribution
- Whoever wish to contribute in this project (direct or indirect), please read the file update.md
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tzunipy-0.3.tar.gz
(3.6 kB
view details)
File details
Details for the file tzunipy-0.3.tar.gz
.
File metadata
- Download URL: tzunipy-0.3.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.2 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2008a095fa851613c6bbbf5825a247ae07600881fac23c71c0d6df511a21d6c |
|
MD5 | 8a8d456826065ace797c35bd21c219fa |
|
BLAKE2b-256 | 6b03d62f354465d2f8db37f23a542665f7f7caa4516fd524d9a7295e8f292604 |