Metadata-Version: 2.1
Name: Pythistic
Version: 1.1.1
Summary: A Python library for statistical data processing
Home-page: https://github.com/brotherzhafif/Pythistic
Author: BrotherZhafif
Author-email: bangz1504@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: matplotlib-venn
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: tabulate

# Python Statistic Program 
> My Statistic Tools made with Python 

### Features
- Frequency Table
- Descriptive Statistics
- Display Chart
- Data Transformation

### Required
- Matplotlib
- Matplotlib_Venn
- Numpy
- Tabulate
- Pandas
- Scipy

### Structure
- Program Structure

      + Main.py                [ Main Control file ]
      + FrequencyTable.py      [ Frequency Table Module ]
      + Chart.py               [ Chart Display Module ]
      + Transform.py           [ Data Transformation Module ]

### How to Use
- For detailed Documentation, please visit [Pythistic Wiki](https://github.com/brotherzhafif/Pythistic/wiki)

### Author
    BrotherZhafif


