https://github.com/oslint/file-zipper-java-swing
File Zipper is a Java application that allows you to add files to an archive, delete selected files from the archive, and create a zip archive containing the selected files.
https://github.com/oslint/file-zipper-java-swing
beginner-code beginner-friendly beginner-project beginners first-program first-project first-timers-friendly java java-swing java-swing-applications java-swing-gui zipfile zipper
Last synced: 4 months ago
JSON representation
File Zipper is a Java application that allows you to add files to an archive, delete selected files from the archive, and create a zip archive containing the selected files.
- Host: GitHub
- URL: https://github.com/oslint/file-zipper-java-swing
- Owner: OsLint
- Created: 2023-08-25T13:17:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T13:35:00.000Z (over 1 year ago)
- Last Synced: 2024-12-05T23:09:34.197Z (5 months ago)
- Topics: beginner-code, beginner-friendly, beginner-project, beginners, first-program, first-project, first-timers-friendly, java, java-swing, java-swing-applications, java-swing-gui, zipfile, zipper
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# File Zipper Project 👜
File Zipper is a Java application that allows you to add files to an archive, delete selected files from the archive, and create a zip archive containing the selected files.
## Table of Contents
- [Features](#features)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [License](#license)## Features 🌟
- Add new files to the archive
- Delete selected files from the archive
- Create a zip archive containing selected files## Getting Started 🚀
1. Clone or download the project repository.## Usage 🛠️
1. Compile and run the `FileZipper.java` class.
2. The application window will appear.
3. Use the menu or corresponding buttons to perform the following actions:
- **Add**: Click to add new files to the archive.
- **Delete**: Select files from the list and click to delete them from the archive.
- **Zip**: Click to create a zip archive containing the selected files.
4. Follow the on-screen instructions for adding files, deleting files, and creating the zip archive.## Author 👤
- [My GitHub](https://github.com/oskalbarczyk)
- [My Youtube Channel](https://www.youtube.com/@codewithoskar)## License 📄
This project is licensed under the MIT License.