Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maen08/tzunipy
A python package that gives information about different Universities in Tanzania.
https://github.com/maen08/tzunipy
pip-package python3 tanzania university
Last synced: 27 days ago
JSON representation
A python package that gives information about different Universities in Tanzania.
- Host: GitHub
- URL: https://github.com/maen08/tzunipy
- Owner: maen08
- License: mit
- Created: 2021-07-31T08:27:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T06:59:28.000Z (over 2 years ago)
- Last Synced: 2024-09-16T01:04:28.449Z (4 months ago)
- Topics: pip-package, python3, tanzania, university
- Language: Python
- Homepage: https://pypi.org/project/tzunipy/0.3/
- Size: 3.21 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tzunipy
- A python package that gives information about different Universities in Tanzania.
- [tzunipy](https://pypi.org/project/tzunipy/0.3/) made by [maen08](https://github.com/maen08)[![Made in Tanzania](https://img.shields.io/badge/made%20in-tanzania-008751.svg?style=flat-square)](https://github.com/Tanzania-Developers-Community/made-in-tanzania)
[![Generic badge](https://img.shields.io/badge/pip-python-.svg)](https://shields.io/)[![Downloads](https://pepy.tech/badge/tzunipy)](https://pepy.tech/project/tzunipy)
[![Downloads](https://pepy.tech/badge/tzunipy/month)](https://pepy.tech/project/tzunipy)
[![Downloads](https://pepy.tech/badge/tzunipy/week)](https://pepy.tech/project/tzunipy)
---### Install
Run this command to install the current stable version:```sh
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 necessary)---
### Usage
```sh
>>> 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_university('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](https://github.com/maen08/tzunipy/blob/master/update.md)