Metadata-Version: 2.1
Name: system_shutdown_timer
Version: 0.1.1
Summary: A library to set timers for closing apps and shutting down the system
Home-page: https://github.com/himanshu-kr-jha
Author: Himanshu Kumar Jha
Author-email: himanshukrjha004@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# System Shutdown Timer

A Python library to set timers for closing all applications and shutting down the system. 

## Installation

Install the library using pip:

```bash
pip install system-shutdown-timer
```

## Usage
Run the tool directly from the CLI:

```bash
shutdown-timer
```
You’ll see the timer options:

```markdown
Welcome to the System Shutdown Timer CLI!

Choose a timer option:
1. 5 minutes
2. 15 minutes
3. 20 minutes
4. 25 minutes
Enter your choice (1-4): 
```
Select an option, and the timer will begin.

## License
This project is licensed under the Himanshu Kumar Jha License. See the [LICENSE](LICENSE) file for details.
