NSP Tools is a Java-based application designed for managing NSP files with a graphical user interface (GUI). This project utilizes JavaFX for the GUI components and Maven for project management.
- Split NSP Files: Easily split large NSP files into smaller parts.
- Combine NSP Files: Combine multiple NSP files into a single file.
- Progress Tracking: Track progress through a console and GUI progress listener.
- Cross-Platform: Runs on any platform that supports JavaFX.
- JDK 23 or higher
- Apache Maven
-
Clone the repository:
git clone https://github.com/V-Karch/NSPTools.git cd NSPTools
-
Build the project using Maven:
mvn clean install
To run the application, use the following command:
mvn javafx:run
This will launch the NSPTools GUI.
Contributions are welcome! Please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.