Skip to content

Instantly share code, notes, and snippets.

View Chigishev's full-sized avatar
💭
I may be slow to respond.

Chigishev

💭
I may be slow to respond.
View GitHub Profile
@Chigishev
Chigishev / CATPOST9.py
Created January 29, 2026 07:53
For Deep Seek
import re
from typing import Tuple, List, Optional, Dict
from math import sqrt
from tkinter import Tk, filedialog
import os
class APTPostprocessor:
def __init__(self):
self.output = []
self.line_num = 10