Metadata-Version: 2.1
Name: windows-state-saver
Version: 0.0.11
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 Package 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. Install all the package by running the following command:
   ```
   pip install windows-state-saver
   ```
2. Open command line and run the following command:
   ```
   state
   ```

## Requirements
- Python 3.x

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

