Metadata-Version: 2.1
Name: vizex
Version: 1.1.0
Summary: UNIX/Linux Terminal program to graphically display the disk space usage
Home-page: https://github.com/bexxmodd/vizex
Author: Beka Modebadze
Author-email: bexxmodd@seas.upenn.edu
License: UNKNOWN
Description: <p align="center">
        	<img title="Logo" src="https://i.imgur.com/Jt0V0ce.png" width=550>
        </p>
        
        
        
        ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/bexxmodd/vizex?color=red&include_prereleases&style=flat-square) ![Python](https://img.shields.io/pypi/pyversions/vizex?color=yellow&style=flat-square) ![LICENSE](https://img.shields.io/pypi/l/vizex?color=g&style=flat-square)
        
        **vizex** is the terminal program for the UNIX/Linux systems which helps the user to visualize the disk space usage for every partition and media on the user's machine. **vizex** is highly customizable and can fit any user's taste and preferences.
        
        ----
        
        ## Installation
        **vizex** can be installed through your terminal and requires `Python 3.5` or above and the `pip package manager`. Simply run this command in your Linux terminal and start using the program.
        ```
        pip install vizex
        ```
        
        
        ## How it Works
        
        After installing run the program with a single command `vizex` in your terminal. This will graphically display disk space and usage:
        
        Change the graph type from horizontal bars or to the vertical bars or to the *pie charts (in works).
        ```
        vizex
        ```
        
        ![demo](https://i.imgur.com/dsWFE1v.png)
        
        But the best part is that you can modify the colors and style of the display to your preferences with following commands. For example above command has excluded two partitions. You can aslo do give the following options:
        
        ```
        -d --header <color>
        -s --style <attribute>
        -t --text <color>
        -g --graph <color>
        ```
        
        Or exclude any combination of partitions/disks with:
        ```
        -I <PartitionName1> -I <PartitionName2> ...
        ```
        
        For a full list of the available options please check:
        ```
        vizex --help
        ```
        
        ## File Structure
        ```bash
        ├── cli.py
        ├── disk.py
        ├── LICENSE
        ├── pkg
        │   └── __init__.py
        ├── README.md
        ├── requirements.txt
        ├── setup.py
        └── tests
            ├── access.py
            ├── test_cli.py
            └── test_disk.py
        ```
        
        ------
        ## Follow me on Social Media
        <p align="center">
        	<a href="https://www.twitter.com/bexxmodd">
                	<img alt="twitter" src="https://i.imgur.com/fFlVB1c.png" height=50>
        	</a>
        	<a href="https://www.linkedin.com/in/bmodebadze">
                	<img alt="linkedin" src="https://i.imgur.com/wcvwfoZ.png" height=50>
        	</a>
        	<a href="https://www.github.com/bexxmodd">
                	<img alt="github" src="https://i.imgur.com/gnDF5oQ.png" height=50>
        	</a>
        </p>
        
        --------
        Repo is distributed under the MIT license. Please see the `LICENSE` for more information.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Requires-Python: >=3.7
Description-Content-Type: text/markdown
