An open API service indexing awesome lists of open source software.

https://github.com/cnzrly/file-analyzer

The 'File Analyzer' helps process .txt, .csv, and .xml files. All data is displayed in the GUI.
https://github.com/cnzrly/file-analyzer

architecture csv desctop-app java javafx-desktop-apps javafx-gui multithreading txt xml

Last synced: 2 months ago
JSON representation

The 'File Analyzer' helps process .txt, .csv, and .xml files. All data is displayed in the GUI.

Awesome Lists containing this project

README

          

# 📂 File Analyzer

[![Java](https://img.shields.io/badge/Java-17-blue)](https://www.java.com/)
[![Maven](https://img.shields.io/badge/Maven-Build%20Tool-orange)](https://maven.apache.org/)

**File Analyzer** is a Java-based application that analyzes file content and provides various statistics. 📊
It is designed to process large text or data files and extract useful insights.

---

## 🚀 Features

✅ **File content analysis** – Counts characters, words, and lines in a file.
✅ **Supported formats** – Works with `.txt`, `.csv`, `.log`, and other common formats.
✅ **Efficient processing** – Optimized for handling large files.
✅ **Easy to use** – Runs from the command line with simple commands.

---

## 🛠️ Installation

### 1️⃣ **Prerequisites**
- Java 17+
- Maven 3+

### 2️⃣ **Clone the Repository**
```bash
git clone https://github.com/JavadNazirli/file-analyzer.git
cd file-analyzer