A3_export_data_win module¶
- class A3_export_data_win.export_data_win(choosen_photo)[source]¶
Bases:
object
A class to create a window for exporting data, with an image and two buttons.
- choosen¶
The file path of the chosen photo.
- Type:
str
- win¶
The window object.
- Type:
Tkinter.Tk
- label_1¶
The label widget for instructions.
- Type:
Tkinter.ttk.Label