thcal

that which calculates cutting parameters for CNC thread turning.
git clone https://git.sharifjon.com/thcal
Log | Files | Refs | README | LICENSE

commit 1d759645b6c0df19bf6b45da38afcccfed27628e
parent 09aca4a1cc49bd10eea63eece3f451439ae3c20a
Author: Sharifjon Sharipov <ss2393506@gmail.com>
Date:   Sun, 15 Feb 2026 10:58:57 +0000

Update README with project details and usage

Added usage instructions and clarified project description.
Diffstat:
MREADME.md | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,2 +1,6 @@ # thcal -Calculates thread parameters for CNC machining. Especially helpful for Sinumerik 808d users. +CNC Thread Calculator that calculates thread parameters for CNC machining. Especially helpful for Sinumerik 808d users. + +To be able to use it, install all the necessary modules (pandas, tkinter etc.) and run: +python3 main.py (linux) +python main.py (windows).