Metadata-Version: 2.1
Name: webtraffic
Version: 0.4.2
Summary: See web traffic info python
Home-page: https://github.com/meain/traffic
Author: Abin Simon
Author-email: abinsimon10@gmail.com
License: UNKNOWN
Keywords: speed,web,download,upload
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: psutil

<h1 align="center">Traffic</h1>
<p align="center">Gives you the current traffic stats on your system.</p>
<p align="center">
<img src="https://i.imgur.com/b5XbLOK.png">
</p>

> Shows average speed and total data transferred at the exit.

## Installation

```
pip3 install webtraffic
```

## Usage

```
traffic - a tool to view your network speed
Usage: traffic [options] [device]

- see the network stats on your main device
    $ traffic
- specify a network device
    $ traffic en0
- list all network devices
    $ traffic -l
- view this help
    $ traffic -h
```


