Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/projectsandprograms/analyserorange

Folder analyser created in java swing. I create this to analyse my small projects.
https://github.com/projectsandprograms/analyserorange

analyser analyser-orange analyserorange eclipse eclipse-ide file-analysis folder-analyzer java java-swing-applications java-swing-project orange-analyser swing swing-gui swing-project

Last synced: 20 days ago
JSON representation

Folder analyser created in java swing. I create this to analyse my small projects.

Awesome Lists containing this project

README

        

# AnalyserOrange
Folder analyser created in java swing. Helpful when you want to analyse any folder briefly. I create this to analyse my projects.
```diff
- This project is currently not ready to scan large projects that are more than 100MB.
+ We apologize for any inconvenience this may cause.
```

## Technologies used
1. Java swing
2. file-handling
3. developed in Eclipse IDE

## Screenshots



screenshots
screenshots


screenshots
screenshots


screenshots
screenshots


screenshots



## How to use ?

### Run Directly

Windows user : To simply use this application just dubble click on 'AnalyserOrange.jar'.



Linux user :open terminal -> locate your directory using terminal where you unzip the downloaded file and use command to run AnalyserOrange
```bash
java -jar 'AnalyserOrange.jar'
```

### Run using Eclipse IDE
Step-1 : After downloading, you have to keep this project on your workspace. Check your workspace from Eclipse also you can change your workspace by

file->SwitchWorkspace->Other
and choose your workspace.

Step-2 : Open eclipse IDE :
go to file->Open Project from file system-> locate your workspace and select the project(AnalyserOrange) folder -> click on open -> finish

Step-3 :To run AnalyserOrange right click on AnalyserOrange -> Run As -> Java Application

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.