Archive application
This application allows you to archive and unarchive files
If you just want to use the application, you can simply download the ZipPerSetup.exe
, and install the application on your computer.
You can download the release version here ZipPerSetup
Download only the .exe file, you do not need the rest to work
If you want to work with the current code you need to do a few things
- Install Python version 3.6.0
- Install the fbs and create a project, instructions on how to do this Official fbs tutorial
In short, you need to enter some commands in the console, in the project directory:
pip install fbs-tutorial
fbs startproject
fbs run
- You need to replace the folder
src/main
folder of your project to mine My main folder
Done! Now you can work with the current project