syspy
0.1
syspy windows system information tool with python
|
#Windows System Information Tool with Python
Windows sistem bilgilerini Python ile alırsınız. Aslında zaten var olan bir kütüphanenin daha da basitleştirilmiş halidir.
Kullanmadan önce eğer gerekli kütüphane yok ise onu kurmanız gerekli. syspy, gösterdiği verileri psutil ile sağlar.
#Neleri Gösterir?
CPU:
CPU Times, CPU Percent, CPU Percent Per CPU, CPU Percent Times, CPU Count, CPU Affinity
Disk:
Disk Partitions, Disk Usage, Disk I/O Counters
Information:
Users, Boot Time, Process Iteration Tool
Memory:
Virtual Memory, Swap Memory, Memory Info, Memory Info(Extend), Memory Percent, Memory Map
Network:
Network I/O Counters, Net Connections
Şimdilik bu özellikleri sağlamakta. Test dosyalarına bakabilirsiniz.
Test Files:
cpu --
.py disk –
.py info –
.py memory –
.py network –
.py
#Kurulum
#Gereksinim Kurulumu
pip install -r requirements.txt