# Software Checker

`software_checker` is a CLI tool written in Rust that lists installed software on a Windows system. It provides an option to choose between checking installed software under `HKEY_LOCAL_MACHINE` or `HKEY_CURRENT_USER`, and sorts the software alphabetically.

## Installation

To install `software_checker`, first ensure you have Rust and Cargo installed. Then, clone the repository and build the project:

```sh
git clone https://github.com/yourusername/software_checker.git
cd software_checker
cargo build --release

Use
cd target/release
software_checker.exe