Metadata-Version: 2.1
Name: beast-night-tv
Version: 2.0.1
Summary: A Python Package made by JAK!!
Home-page: https://github.com/Jonak-Adipta-Kalita/JAK-Python-Package
Author: JAK (Jonak Adipta Kalita)
Author-email: <jonakadiptakalita@gmail.com>
License: UNKNOWN
Keywords: python,first_package,edit_message
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown

<div align=center>

# JAK-Python-Package

![PyPI](https://img.shields.io/pypi/v/beast-night-tv?style=for-the-badge)
![PyPI - Downloads](https://img.shields.io/pypi/dd/beast-night-tv?style=for-the-badge)
[![Code Style: Black](https://img.shields.io/badge/Code%20Style-Black-000000.svg?style=for-the-badge)](https://github.com/psf/black)
![License](https://img.shields.io/github/license/Jonak-Adipta-Kalita/JAK-Python-Package?style=for-the-badge)
[![Documentation Status](https://readthedocs.org/projects/jak-python-package/badge/?version=latest&style=for-the-badge)](https://jak-python-package.readthedocs.io/en/latest/?badge=latest)
![GitHub Repo Stars](https://img.shields.io/github/stars/Jonak-Adipta-Kalita/JAK-Python-Package?style=for-the-badge)
![GitHub Forks](https://img.shields.io/github/forks/Jonak-Adipta-Kalita/JAK-Python-Package?style=for-the-badge)
![GitHub Watchers](https://img.shields.io/github/watchers/Jonak-Adipta-Kalita/JAK-Python-Package?style=for-the-badge)
![Made by JAK](https://img.shields.io/badge/BeastNight%20TV-Made%20by%20JAK-blue?style=for-the-badge)

</div>

-   Note: [Formatting](#format-code) and [Testing](#test) the Code before Pushing is Important!!

Go to the [Package](https://pypi.org/project/beast-night-tv/), [Documentation](https://jak-python-package.readthedocs.io/)

## Installation

### Windows

```bash
pip install beast-night-tv
```

### Linux

```bash
python3 pip install beast-night-tv
```

### MacOS

```bash
pip install beast-night-tv
```

## Steps

### Clone the Repository

In a Directory open a Terminal and type:

```bash
git clone https://github.com/Jonak-Adipta-Kalita/JAK-Python-Package.git
```

### Installing The Required Modules

To install the required modules, just open a terminal in the directory where this project is cloned. Now type:

```bash
pip install virtualenv
virtualenv venv
.\venv\Scripts\activate
pip install -r .\requirements.txt
```

and hit enter.

## Format Code

In a terminal, type

```bash
.\venv\Scripts\activate
black .
deactivate
```

## Test

In a terminal, type

```bash
.\venv\Scripts\activate
pytest
deactivate
```

and press Enter.

## Technology(s) Used

-   Language: [Python](https://python.org/)

## Contributors

<a href = "https://github.com/Jonak-Adipta-Kalita/JAK-Python-Package/graphs/contributors">
	<img src = "https://contrib.rocks/image?repo=Jonak-Adipta-Kalita/JAK-Python-Package"/>
</a>


