Index - Patch67/Graphics GitHub Wiki
app.py
application.py
demopanels.py
drawing.py
exit.png: Used by toolbars
filedialog.py
GcodeGraph.py: Wrapper for Graph class to output all elements as Gcode
Graph.py: Contains base class for all graphics application elements.
Graphisc1.py
GUIfeatures.txt
Gui.conf : This contains the GUI Wiki file that GUIWikiPy will process
GUI.py
GUI.xml: Experiment (not yet used). Example of GUI defintion file
GUIWikiPy.py: Main program for GUIWikiPy
Model.py: Basic MVC model class
Model2.py
mvc.py: The main graphics application.
Readme.txt: Main project readme
sas: Example output files from the graphics program.
sas.gcode: Example output files from the graphics program.
sas1.gcode: Example output files from the graphics program.
save.txt
SaveDialog.py
Test.txt
TextGraph.py: Wrapper to output graphics elements as text
TextGraph2.py
toolbar.py
View.py: Contains nearly all the tkinter code for the graphics application.
View2.py