Metadata-Version: 2.1
Name: webtraffic
Version: 0.4.0
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

# Traffic

Gives you the current traffic stats on your system.

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

![gif](https://i.imgur.com/gtrfbxC.gif)

## Installation

```
pip3 install webtraffic
```

## Usage

Just run:

```
traffic
```

If you wanna specify a specific interface provide it as the first argument

```
traffic en0
```


