thcal

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

commit 2d16ed3f2b2bff910d0d4a22a07a0df9c3a605f2
parent 1d759645b6c0df19bf6b45da38afcccfed27628e
Author: Sharifjon Sharipov <ss2393506@gmail.com>
Date:   Sun, 15 Feb 2026 11:00:37 +0000

Fix usage instructions in README.md

Corrected installation instructions for running the application.
Diffstat:
MREADME.md | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -2,5 +2,4 @@ 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). +'python3 main.py' (linux) or 'python main.py' (windows).