From 372fb715a7762010899cbb58766b594ef3d20e25 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Mon, 8 Apr 2024 22:27:41 +0200 Subject: [PATCH] Update readme --- README.md | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 30a5c99..b9fe4fb 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,21 @@ Zal uses Python, C#, Dart & Flutter under the hood. -## Why 4 Folders? Well... +## Folder Structure | Folder | Description | | ------------ | -------------------------------------------------- | -| zal_app | source code for Zal application for Android & IOS. | -| zal_program | the front-end of Zal for Windows. | -| zal_console | the back-end of Zal for Windows. | -| task_manager | used to get data about running processes. | +| python_scripts | ?????? | +| zal_app | Source code for Zal application for Android & IOS. | +| zal_program | The front-end and back-end of Zal for Windows. | -Zal uses C# to collect the data from your PC, but due to my lack of skillset with C#, i had to use Flutter & Dart for the Design. -the build folder is inside `zal_program/assets/executables/zal-console/` and from there zal_program will run the C# application. +Zal uses C# to collect the data from your PC, but due to my lack of skillset with C#, I had to use Flutter & Dart for the Design. ## Sources -Zal uses a variety of other applications and combine them all into one Application. the list below are the Application that `zal_console` uses under the hood. +Zal uses a variety of other applications and combine them all into one Application. The list below are the Application that `zal_console` uses under the hood. | Application | Description | | ------ | ------ | -| [Librehardwaremonitor](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor) | used to retrieve temperature, loads, network usage, etc... | -| [presentmon](https://github.com/GameTechDev/PresentMon) | used to get FPS data from Game applications. | -| [Crystaldiskinfo](https://crystalmark.info/en/software/crystaldiskinfo/) |used to get Storage data. | +| [Librehardwaremonitor](https://github.com/LibreHardwareMonitor/LibreHardwareMonitor) | Used to retrieve temperature, loads, network usage, etc... | +| [presentmon](https://github.com/GameTechDev/PresentMon) | Used to get FPS data from Game applications. | +| [Crystaldiskinfo](https://crystalmark.info/en/software/crystaldiskinfo/) | Used to get Storage data. |