Sys-Info-Extractor is a simple tool designed to extract system information. It works on both Windows and Linux systems, including Kali Linux. It retrieves installed programs, running processes, and installed Python packages.
- Displays installed programs on Windows.
- Lists running processes on Linux.
- Shows the installed Python packages.
- Python 3.x installed on your system.
- Linux or Windows for full functionality.
- Clone the repository or download the Python script:
git clone https://github.com/yourusername/sys-info-extractor.git
- Install any missing dependencies using pip:
pip install -r requirements.txt
- For Windows, ensure
winreg
is available. - For Linux, make sure you have
ps
command and Python installed.
- Navigate to the directory containing the script.
- Run the script:
python sysinfo.py
- The tool will automatically check your OS and provide the relevant information.
- Run the .exe file.
- Open the TXT file to read all installed applications
- For Windows: Outputs the installed programs inside a TXT file in the same folder you run the .exe file
- For Linux: Shows Running processes.
- Python packages will also be displayed.
Feel free to fork the project, create a pull request, or open issues for any feature requests or bugs. Contributions are always welcome!
This project is open-source and free to use. You can modify and distribute it as per your needs.