Metadata-Version: 2.1
Name: beast-night-tv
Version: 0.0.5
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)

</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
```

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

### Create Virtual Environement
```bash
pip install virtualenv
```
Now in the directory where you cloned the repository, type:
```bash
virtualenv venv
.\venv\Script\activate
```

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


