Metadata-Version: 2.1
Name: simplealert
Version: 1.0
Summary: This is a library that give alerts on terminal
Home-page: https://github.com/ShamyakGoel/simple-alert
Author: Shamyak
Author-email: sj907822@gmail.com
License: MIT
Download-URL: https://github.com/ShamyakGoel/simple-alert/archive/refs/tags/v_10.tar.gz
Keywords: simple-alert,ShamyakGoel,codewithshamyak,coding with shamyak,alert,alerts
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
License-File: LICENSE

# Shamyak Goel

simplealert includes functions for giving alert on terminal

- Please install the package ansd share this package to your friend's
- Also subscribe my youtube channel Codewithshamyak

## Features

- Giving alert on the terminal
- Create custom alerts

## Installation

simplealert requires python interpretor (python 3)

Install python on <a href="https://python.org/downloads" rel="noreferrer noopener" target="_blank">python.org</a> and download latest version of python then

Install the package as shown below

```
pip install simplealert
```
If you get an error  - pip is not recognized as function etc.
then watch this video - <a href="https://www.youtube.com/watch?v=An2UBGAlzpU" rel="noreferrer noopener" target="_blank">Click Here</a>
# Functions
- alert : Used to give alert.
- custom_alert : Used to give custom alert
- config : Used to change default colors.

