Metadata-Version: 2.1
Name: windows-state-saver
Version: 0.0.10
Summary: Saves the current state of a Windows laptop and then reopen it.
Home-page: https://github.com/rishi-2893/Windows-State-Saver
Author: Rishi Patel
Author-email: rptl2803@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE.TXT

# Windows State Saver

## Overview
This Python-based text classification project aims to solve the issue of saving the current state of a Windows system, including information about all open applications. The motivation behind this project is to provide a solution for users who wish to resume their work seamlessly even after a computer restart.

## Features
- Saves the current state of a Windows laptop.
- Allows users to save named states for future reference.
- Simple command-line interface for easy interaction.

## How to Use
1. Clone the repository to your local machine.
2. Install all required packages by running the following command:
   ```
   pip install -r requirements.txt
   ```
4. Run the application and follow the command-line prompts to save and manage states.

## Requirements
- Python 3.x
- Additional packages listed in `requirements.txt`

## Usage Example
Here's a quick example of how to use the application:

```bash
python app.py
```

## Contributing
Contributions are welcome! If you find any bugs or have suggestions for improvement, please open an issue or submit a pull request.

