- Follow Japanese Code
- Calculate by Building letter
- Compute HTB shear force
- Import/Export by csv format
- Export pdf file report
Main Program
Calculation of the joint between beam & sub beam
obj = Stiffner()
obj.solve(***)
- numpy
- sympy
- pandas
- reportlab
use "./fonts/GenshinGothic-Monospace-Medium.ttf" for japanese https://gammasoft.jp/blog/pdf-japanese-font-by-python/
self.FONT_NAME = "GenShinGothic"
GEN_SHIN_GOTHIC_MEDIUM_TTF = "./fonts/GenShinGothic-Monospace-Medium.ttf"
# フォント登録
pdfmetrics.registerFont(TTFont('GenShinGothic', GEN_SHIN_GOTHIC_MEDIUM_T
Download souse code, then,
python3 ./main.py
By power shell
> pyinstaller main.py --onefile --noconsole --icon=icons/twoWay_Icon.ico
> mv ./images ./dist/main/
> mv ./fonts ./dist/main/
> ./dist/main/main.exe
or
> pyinstaller main.spec
> mv ./images ./dist/main/
> mv ./fonts ./dist/main/
> ./dist/main/main.exe
Check Release, and click main/rigidWink.exe!