Skip to content

palacios22c/gui_python

Repository files navigation

gui_python

GUI examples using Python

  • pcontrol.py: A basic control panel. (Using Tkinter module)
  • gamePPT_kivy.py: Rock–paper–scissors game. (Using Kivy library)
  • orders.py: A basic panel to write down orders. (Using wxPython module)
  • options.py: A basic panel to check price of foods and drinks. (Using PyQt4 module)
  • options2.py: Same panel as options.py but using PyQT5. (Using PyQt5 module)
  • prices.py: A panel to show prices for three items and calculate a total price. (Using pyFLTK library)
  • figures.py: A simple canvas test. (Using Tkinter module)
  • figures_wx.py: A canvas test using wxPython. (Using wxPython module)
  • figures_pygame.py: Another canvas test but using pygame. (Using pygame module)

gui_python

Ejemplos de GUI usando Python

  • pcontrol.py: Un panel de control básico. (Se usa el módulo de Tkinter)
  • gamePPT_kivy.py: Juego de Piedra, Papel y Tijera. (Usando la librería Kivy)
  • orders.py: Un panel de control para pedidos. (Creado con el módulo wxPython)
  • options.py: Un panel de control básico para comprobar los precios. (Creado usando PyQt4)
  • options2.py: El mismo panel que options.py pero con PyQT5. (Usado el módulo PyQt5)
  • prices.py: Panel básico que permite saber el precio para tres artículos y calcular el precio total. (Creado usando la librería pyFLTK)
  • figures.py: Una prueba simple del canvas. (Usando módulo Tkinter)
  • figures_wx.py: Una prueba del canvas con wxPython. (Usando módulo wxPython)
  • figures_pygame.py: Otro canvas pero usando pygame. (Se usa el módulo pygame)

About

GUI examples using Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages