A Python-based GUI application for profiling and comparing system configurations, browser settings, installed software, printers, and mapped network drives on a Windows machine. Built with CustomTkinter for a modern dark theme and enhanced usability.
- Profile System: Capture information about installed software, printers, Windows configuration, browser favorites, and mapped drives.
- Save/Load Profiles: Export profiles as JSON files for future reference.
- Profile Comparison: Compare the current system profile against a previously saved profile, with a diff view highlighting changes.
- Contextual Copying: Copy profile details to the clipboard with right-click.
- Python 3.x
- Libraries:
customtkinter
,tkinter
psutil
,wmi
,win32print
,win32api
,deepdiff
,json
,os
,platform
- Install required packages:
pip install -r requirements.txt