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.
- Host: GitHub
- URL: https://github.com/cnzrly/file-analyzer
- Owner: cnzrly
- Created: 2025-03-04T20:17:27.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T09:44:58.000Z (7 months ago)
- Last Synced: 2025-08-03T02:31:13.673Z (2 months ago)
- Topics: architecture, csv, desctop-app, java, javafx-desktop-apps, javafx-gui, multithreading, txt, xml
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📂 File Analyzer
[](https://www.java.com/)
[](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