Metadata-Version: 2.1
Name: statistics-core
Version: 0.0.6
Summary: short package description
Home-page: https://github.com/LokasWiki/statistics-core
Author: LokasWiki
Project-URL: Bug Tracker, https://github.com/LokasWiki/statistics-core/issues
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
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
License-File: LICENSE

# statistics-core
[![PyPI version](https://badge.fury.io/py/statistics-core.svg)](https://badge.fury.io/py/statistics-core)

Installing `statistics-core` 📊
-------------------------------

### Using `pip` 🐍

To install `statistics-core` using `pip`, follow these steps:

1.  Open a command prompt or terminal window 💻.
    
2.  Type the following command and press Enter to install `statistics-core`:
    

``` bash
pip install statistics-core
```

3.  After the installation is complete, you can use `statistics-core` in your Python program by simply importing it using the following command:

``` python
import statistics_core
```

After importing the library, you can use the functions and tools provided by `statistics-core` in your Python programs.

### Using `requirements.txt` 📋

`statistics-core` can also be installed using a `requirements.txt` file. A `requirements.txt` file contains a list of all the libraries needed to run a Python program. This file can be created manually or generated using a requirements file generation tool (such as `pipreqs` or `pip-compile`).

To install `statistics-core` using `requirements.txt`, follow these steps:

1.  Create a new `requirements.txt` file (if it does not already exist) in your project directory.
    
2.  Add the line `statistics-core` to your `requirements.txt` file.
    
``` bash
statistics-core
```

3.  Open a command prompt or terminal window in your project directory 💻.
    
4.  Type the following command and press Enter to install all the libraries specified in your `requirements.txt` file, including `statistics-core`:
    

``` bash
pip install -r requirements.txt
```

5.  After the installation is complete, you can use `statistics-core` in your Python program by simply importing it using the following command:

``` python
import statistics_core
```
After importing the library, you can use the functions and tools provided by `statistics-core` in your Python programs. 🚀

## شرح الاستخدام 
## اسئله شائعه 
