Install to C:\autofrp
by unzipping the release zip file.
- Create the directory
C:\autofrp
- Unzip the release zip file to
C:\autofrp
- Run
C:\autofrp\autofrp.exe
to start the program - (Optional) Create a shortcut to
C:\autofrp\autofrp.exe
and place it on your desktop
- Run
C:\autofrp\autofrp.exe
to start the program - Start solidworks or go to the solidworks menu in the program and click
Start Solidworks
- Enter your tank parameters in the program and click
Create Report
. This will create a report of the tank parameters with the name you entered in the program and save it to theC:\autofrp\<name>.html
. You can open this file in your browser to view the report. You can save it as a pdf from your browser. An example report is shown inSample.html
. - Click
Create Model
to create a solidworks model of the tank - Click
Run Simulation
to run a simulation on the tank - You can save your tank parameters by clicking on the file menu and clicking
Save
. You can load your tank parameters by clicking on the file menu and clickingLoad
. This will save your tank parameters to a json file of your choice.
- Clone the repository
- Install python 3.8 or higher
- Install the requirements with the makefile or
pip install -r requirements.txt
- Create the directory
C:\autofrp
- Unzip
development/models.zip
toC:\autofrp\models
- Copy
development/123.xlsx
toC:\autofrp\123.xlsx
- run
ui.py
to start the program. - Run
make build
to build the program for windows. The executable will be indist/autofrptank.exe