Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Steel Stiffner Design

NotificationsYou must be signed in to change notification settings

tsunoppy/stiffSt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI by wxpython

Image

Features

  • Follow Japanese Code
  • Calculate by Building letter
  • Compute HTB shear force
  • Import/Export by csv format
  • Export pdf file report

Image

Develop Memo

main.py

Main Program

stiffner.py

Calculation of the joint between beam & sub beam

how to

obj=Stiffner()obj.solve(***)

input parameter

return

example console output

steel.py

how to

input

return

Module

  • numpy
  • sympy
  • pandas
  • reportlab

report.py

use "./fonts/GenshinGothic-Monospace-Medium.ttf" for japanesehttps://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

Run

For Mac & Linux

Download souse code, then,

python3 ./main.py

For Windows

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!

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp