jedahee / Notify-Alert-Python-CMD

NotifyAlert sends custom notifications to your OS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NotifyAlert

NotifyAlert sends custom notifications to your OS.

image

Getting Started πŸš€

You need to clone the project in a local environment.

How to use

To create the notifications you need to use the Panel.py file, when you manage your notifications you need to run the main.py file and leave it open in the background and it will send the notifications (at the date and time indicated when creating the notification in the Panel.py) to your operating system

Validations.py and Notify.py are not necessary files for the management of notifications but for the correct functioning of the application.

To run the different scripts:

python /your/path/Panel.py
python /your/path/main.py

See Deployment for how to deploy the project.

Prerequisites πŸ“‹

You need have installed

Package name Version
Python 3.10
Numpy 1.23
Plyer 2.0

Installing πŸ”§

These are the next steps to be able to execute the project in your local environment:

You can use Git or Github to clone the project in a local environment. If you use Github you must click on the button that says 'Code' and then on 'Download Zip'. But if you use Git you can use the following command:

git clone https://github.com/jedahee/Notify-Alert-Python-CMD.git)

Next, you need to install the project dependencies, to do this, run:

pip install -r /your/path/project/requirements.txt

Deployment πŸ“¦

This project is not yet deployed.

Built With πŸ› οΈ

The entire project is made in:

Contributing πŸ–‡οΈ

This project is not open for new contributions

Versioning πŸ“Œ

This is the only version.

I used Git and GitHub for the versioning of this project

Authors βœ’οΈ

The different works I have done for this project:

  • Me - Initial Work and development - jedahee
  • Me - Documentation - jedahee

License πŸ“„

This project does not have any lincence.

Acknowledgments 🎁

  • Tell others about this project πŸ“’
  • Invite a beer 🍺 or a coffee β˜• to someone on the team.
  • Say thank you publicly πŸ€“.

About

NotifyAlert sends custom notifications to your OS.


Languages

Language:Python 100.0%