
원시 Windows 레지스트리 파일을 위한 크로스 플랫폼 레지스트리 브라우저

Registry Spy는 무료 오픈 소스 크로스 플랫폼 Windows 레지스트리 뷰어입니다. 원시 레지스트리 파일을 위한 빠르고 현대적이며 다재다능한 탐색기입니다.
기능은 다음과 같습니다:
릴리즈 페이지에서 최신 버전을 다운로드하세요. 또는 다음 방법 중 하나를 사용하세요.
pip install registryspyregistryspypip install -r requirements.txtpython setup.py installregistryspypip install -r requirements.txtpython registryspy.py

의존성:
기존의 venv, dist, build 디렉터리를 모두 삭제하세요.
새로운 venv를 생성 및 활성화하고 requirements.txt와 pyinstaller를 설치하세요.
일반 빌드:
pyinstaller registryspy_install.spec
단일 파일 생성: pyinstaller registryspy_onefile.spec
Inno Setup으로 EXE 설치 프로그램을 생성하세요.
PyPI:
pip3 install build twinepython3 -m buildtwine upload -r testpypi dist/*pip3 install -i https://test.pypi.org/simple/ registryspytwine upload dist/*Registry Spy
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 the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.