Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjsmith committed Apr 14, 2023
1 parent 78bfa8c commit 2dc2572
Showing 1 changed file with 26 additions and 8 deletions.
34 changes: 26 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
![Registry Spy](https://github.com/andyjsmith/Registry-Spy/raw/master/registryspy/img/wordmark.png)

![](https://img.shields.io/github/v/release/andyjsmith/Registry-Spy)
![](https://img.shields.io/github/downloads/andyjsmith/Registry-Spy/total)

# Registry Spy: Cross-Platform Windows Registry Browser

Registry Spy is a free, open-source cross-platform Windows Registry viewer. It is a fast, modern, and versatile explorer for raw registry files.

Features include:

- Fast, on-the-fly parsing means no upfront overhead
- Open multiple hives at a time
- Searching
- Hex viewer
- Modification timestamps
- Windows, macOS, and Linux support
- Fast, on-the-fly parsing means no upfront overhead
- Open multiple hives at a time
- Searching
- Hex viewer
- Modification timestamps

## Requirements

- Python 3.8+
- Python 3.8+

## Installation

Expand Down Expand Up @@ -50,18 +54,32 @@ Download the latest version from the [releases page](https://github.com/andyjsmi

Dependencies:

- PyInstaller 4.5+
- PyInstaller 5.10+

Delete any existing venv, dist, and build directories.

Create and activate a new venv and install the requirements.txt and pyinstaller.

Regular building:
`pyinstaller registryspy_install.spec`

Creating a single file: `pyinstaller registryspy_onefile.spec`

Create the EXE installer with Inno Setup.

PyPI:

- `pip3 install build twine`
- `python3 -m build`
- `twine upload -r testpypi dist/*`
- `pip3 install -i https://test.pypi.org/simple/ registryspy`
- `twine upload dist/*`

## License

Registry Spy

Copyright (C) 2021 Andy Smith
Copyright (C) 2023 Andy Smith

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 2dc2572

Please sign in to comment.