هذا المشروع عبارة عن بوت أتمتة لسطح المكتب مبني بلغة Python، يقوم بجلب مقالات (منشورات) من واجهة JSONPlaceholder API ويكتب كل مقال تلقائيًا في ملف نصي منفصل باستخدام برنامج Notepad على نظام Windows.
يعتمد البوت على الرؤية الحاسوبية، وتحليل لقطات الشاشة، وأتمتة الماوس ولوحة المفاتيح، بالإضافة إلى استراتيجيات احتياطية (Fallback) لتحديد موقع أيقونة Notepad بدقة في أي مكان على سطح المكتب، حتى مع استخدام خلفيات مزدحمة أو أوضاع ألوان داكنة وفاتحة.
This project is a Python-based desktop automation bot that fetches blog posts from the JSONPlaceholder API and automatically writes each post into separate text files using Windows Notepad. The bot uses computer vision, screenshot analysis, mouse/keyboard automation, and fallback strategies to reliably locate the Notepad icon anywhere on the desktop, even when using busy wallpapers or dark/light themes.