2 مستودعات
Utilities that perform data analysis and generate visual summaries directly within a terminal environment.
Distinct from Command Line Utilities: Distinct from general command line utilities as it focuses specifically on data analysis and visualization rather than system automation.
Explore 2 awesome GitHub repositories matching data & databases · Command Line Analytics Tools. Refine with filters or upvote what's useful.
Clip هي أداة لتصور البيانات عبر سطر الأوامر مصممة لإنشاء مخططات ورسوم بيانية قائمة على الصور من الأوصاف النصية. تعمل كمولد مخططات يحول البيانات المكتوبة والأنماط الوصفية إلى تنسيقات مرئية دون استخدام واجهة مستخدم رسومية. تتخصص الأداة في إنتاج رسومات متجهة قابلة للتوسع، وتحويل تحويلات النص إلى مخطط إلى مسارات متجهة قائمة على XML. يسمح هذا النهج بالإنشاء التلقائي للرسوم التوضيحية الفنية والمخططات المناسبة خصيصاً لتوثيق المطورين. يستخدم النظام محرك تخطيط مدفوع بالقوالب لوضع عناصر المخطط وتعيين هياكل البيانات في أشكال هندسية وإحداثيات مرئية.
Generates visual summaries and charts directly within a terminal environment.
Termgraph is a terminal data visualization library and command line analytics tool used to render bar charts, histograms, and heatmaps directly in the shell. It utilizes ANSI escape sequences and Unicode characters to generate colorful visual data representations within a text-based environment. The tool provides specialized capabilities for transforming raw datasets into horizontal or vertical bar graphs, column charts, and stacked charts. It also functions as a heatmap generator, mapping time-series data to a calendar layout to visualize temporal patterns over a year. The library supports
Transforms raw datasets into visual bar and column charts for quick analysis without leaving the terminal.