Skip to content

Instantly share code, notes, and snippets.

View tuduweb's full-sized avatar
😊
Focusing

tuduweb

😊
Focusing
View GitHub Profile
@soleshka
soleshka / history_tab.py
Last active November 15, 2024 04:51
GUI for executing VCS 3 step compilation flow
from tkinter import *
from tkinter import ttk
import datetime
class HistoryTabC:
"""This is a container class for saving previously executed commands
It contains a text widget which shows commands content as well as
combo box containng the names of the commands
Commands are being labeld with a name and suffix of the date """
def __init__(self,root):
"""initializer for this class"""