Metadata-Version: 2.1
Name: dentoscrapper
Version: 0.1.3
Summary: Useful tools for scrapping textbook centre images
Home-page: https://github.com/Denniskamau/TextbookcentreWebScrapper
Author: Dennis Kamau
Author-email: denniskamau3@gmail.com
License: MIT
Download-URL: https://pypi.org/project/dento-scrapper/
Keywords: WebSrapper,Data Mining,Textbook centre,Web scrapping
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pysimplegui
Requires-Dist: beautifulsoup4

Useful tools for websrapping textbook centre images

# Description

It consists of two main modules:

- `beautifulsoup4`: tool for webscapping
- `pysimplegui`: tools to work with python GUI

# Installation

## Normal installation

```bash
pip install dentoscrapper
```
## Usage

```bash
python3 -m tbcscrapper
```

## Development installation

```bash
git clone https://github.com/Denniskamau/TextbookcentreWebScrapper

```


# Change log

## [0.1.1] - 2020-04-11
- Initial release



