هذا المشروع هو بوت بلغة بايثون يقوم بقياس سرعة الإنترنت وسرعة المعالج والذاكرة. يستخدم المكتبتين psutil
و speedtest-cli
للحصول على معلومات النظام وقياس سرعة الإنترنت. يمكنك تشغيل الكود كنص عادي أو عبر بوت في Telegram.
- قياس سرعة التحميل والرفع للإنترنت.
- قياس استخدام المعالج.
- قياس سعة الذاكرة العشوائية وسعة الذاكرة الصلبة.
- عرض المعلومات بشكل سهل القراءة.
قبل تشغيل الكود، تأكد من تثبيت المكتبات المطلوبة. يمكنك القيام بذلك عن طريق إنشاء ملف requirements.txt
يحتوي على التالي:
ثم قم بتثبيت المكتبات باستخدام الأمر التالي:
pip install -r requirements.txt
This project is a Python bot that measures internet speed, processor speed, and memory. It uses the psutil
and speedtest-cli
libraries to get system information and measure internet speed. You can run the code as plain text or via a bot in Telegram.
- Measure internet download and upload speed.
- Measure processor usage.
- Measure RAM and SSD capacity.
- Display information in an easy-to-read format.
Before running the code, make sure you have the required libraries installed. You can do this by creating a requirements.txt
file containing the following:
Then install the libraries using the following command:
pip install -r requirements.txt