PC diagnostics and troubleshooting tools - system info, network, disk, CPU, memory
Project description
Depanne-PC
PC Diagnostics & Troubleshooting Tools - A Python library for system diagnostics.
Website: https://www.depanne-pc.com
Installation
pip install depanne-pc
Quick Start
from depanne_pc import get_system_info, get_disk_info, check_internet
info = get_system_info()
print(info)
disk = get_disk_info()
print(f"Disk: {disk['used_gb']}GB / {disk['total_gb']}GB")
net = check_internet()
print(f"Connected: {net['connected']}, Latency: {net['latency_ms']}ms")
Available Functions
System Diagnostics
- System Info - get_system_info()
- CPU Info - get_cpu_info()
- Memory Info - get_memory_info()
- Disk Info - get_disk_info(path)
- Uptime - get_uptime()
- Process Info - get_process_info()
Network Tools
- Network Info - get_network_info()
- Port Checker - check_port(host, port)
- Internet Test - check_internet()
Parsing Tools
- User Agent Parser - parse_user_agent(ua_string)
Troubleshooting Guides
Visit depanne-pc.com for comprehensive PC troubleshooting:
- Windows Troubleshooting
- PC Won't Boot
- Slow PC Fix
- Blue Screen Fix (BSOD)
- Network Problems
- Hard Drive Issues
- RAM Issues
- CPU Overheating
- Driver Issues
- Windows Update Errors
- Virus Removal
- Data Recovery
- PC Optimization
- Hardware Diagnostics
- Online Tools
No Dependencies
Uses only Python standard library modules. No external dependencies required.
License
MIT License - see LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file depanne_pc-1.0.0.tar.gz.
File metadata
- Download URL: depanne_pc-1.0.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d40dc2fb64e1a5266f4e65a394421fe9bb607a2c2d7a64d12a70782f0342f4f1
|
|
| MD5 |
e0c99f681e2d6fd6353956df553d3f65
|
|
| BLAKE2b-256 |
113d05e7f10fee6b0ae2be727cbdfd2f2a3d063bb88318e7add9a387d0c6fc6f
|
File details
Details for the file depanne_pc-1.0.0-py3-none-any.whl.
File metadata
- Download URL: depanne_pc-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c46e06caf36f8a046aaafb76c895d7e8571e48eeaf3f77200712bf7802041516
|
|
| MD5 |
bef0e46dd7e7c2a68d04bcc316a5b5cc
|
|
| BLAKE2b-256 |
3f1afcaa3adec524f4503afab72e3402a4da2cf6c7b6fb6add5cad6d0fa55060
|