Skip to content

redboo/gui-app-python-gtk3

Repository files navigation

Build GUI Apps with Python and GTK

Source

plotter_screenshot

Get Started

Windows

  1. Go to http://www.msys2.org and download the x86_64 installer
  2. Run C:\msys64\mingw64.exe - a terminal window should pop up
  3. > pacman -Suy
  4. > pacman -S mingw-w64-x86_64-gtk3 mingw-w64-x86_64-python3 mingw-w64-x86_64-python3-gobject mingw-w64-x86_64-glade
  5. > python -m venv .venv
  6. > source .venv/bin/activate
  7. > pip install pygobject pandas matplotlib

macOS

  1. Go to https://brew.sh and install homebrew
  2. Open a terminal
  3. > brew install python pygobject3 gtk+3 glade
  4. > python -m venv .venv
  5. > source .venv/bin/activate
  6. > pip install pygobject pandas matplotlib

Linux

  1. Open a terminal
  2. > sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 glade
  3. > python -m venv .venv
  4. > source .venv/bin/activate
  5. > pip install pygobject pandas matplotlib

Further Resources

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages