Metadata-Version: 2.1
Name: beast-night-tv
Version: 0.0.7
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,print_message
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
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)

</div>

Go to the [Package](https://pypi.org/project/beast-night-tv/)

## Installation
### Windows
```bash
pip install beast-night-tv
```

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

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

## Check if your changes Work
### 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.

### Make Change
Make some changes and save them.

### Install the changed Package in the Virtual Environement
```bash
pip install .
```

## 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>


