Here’s a more concise version of the description:
The PC Info Collector is a Python tool that gathers detailed system information, including your PC’s name, operating system, CPU, memory, disk space, and IP address. The collected data is saved into a file (PC_info.txt
) for easy review. The script also includes progress bars, a live clock, and loading animations for a dynamic user experience. At the end, it invites you to visit Zulu Studios' GitHub.
- Collects PC Info: Gathers data on your hardware, operating system, and network.
- Displays Progress: Simulates downloading and saving data with progress bars and animations.
- Saves to File: Outputs the information to
PC_info.txt
. - Promotes GitHub: Encourages users to visit the Zulu Studios GitHub page for more projects.
-
Clone the repository:
git clone https://github.com/ZuluStudiosInc/PC-Info-Collector.git cd PC-Info-Collector
-
Install dependencies:
pip install psutil
-
Run the script:
python main.py
-
View the collected system data in the
PC_info.txt
file.