GithubHelp home page GithubHelp logo

symeen / 15-minute-apps Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pythonguis/pythonguis-examples

0.0 0.0 0.0 4.17 MB

15 minute (small) desktop apps built with PyQt

Home Page: https://www.learnpyqt.com/examples

License: MIT License

Python 99.97% Shell 0.03%

15-minute-apps's Introduction

Python GUIs Examples

This repository contains 100s of GUI examples written in Python. From complete working applications to reusable widgets snippets, these examples can be freely re-used, re-mixed and tweaked to build your own Python GUI applications.

Examples are available for PyQt6, PySide6, PySide2 and PyQt5

Many of these examples have more detailed write-ups on the Python GUIs website. If you're new to creating GUI apps check out the introductory PyQt6 tutorial or PySide6 tutorial.

The demo apps

The apps showcase various parts of the Qt framework, including advanced widgets, multimedia, graphics views and decorationless windows. However, the most generally interesting/feature complete applications are Minesweeper, Solitaire and Paint.

  1. Web Browser (untabbed) - "MooseAche"
  2. Web Browser (tabbed) - "Mozzarella Ashbadger"
  3. Minesweeper - "Moonsweeper"
  4. Notepad - "No2Pads"
  5. Calculator - "Calculon" (QtDesigner)
  6. Word Processor - "Megasolid Idiom"
  7. Webcam/Snapshot - "NSAViewer"
  8. Media Player - "Failamp"
  9. Post-it Notes - "Brown Note" (QtDesigner)
  10. Paint - "Piecasso" (QtDesigner)
  11. Unzip - "7Pez" (QtDesigner)
  12. Translator - "Translataarrr" (QtDesigner)
  13. Weather - "Raindar" (QtDesigner)
  14. Currency converter - "Doughnut" (PyQtGraph)
  15. Solitaire - "Ronery" (QGraphicsScene)

The widgets

Graphical Equalizer Graphical Equalizer Visualize audio frequency changes with configurable styles and decay.

Power Meter Power Bar Rotary control with amplitude display.

Palette Palette Select colors from a configurable linear or grid palette.

Gradient Editor Linear Gradient Editor Design custom linear gradients with multiple stops and colors.

Color Button Simple button that displays and selects colors.

Paint Draw pictures with a custom bitmap canvas, with color and pen control.

Password Edit A password line editor with toggleable visibility action.

Toggle Widget Replace checkboxes with this handy toggle widget, with custom colors and optional animations.

The tutorials

As well as the complete apps & re-usable widgets we've got selection of code snippets taken from tutorials on the Python GUIs website. These guide you through building GUIs with PyQt, PySide and other libraries.

Getting started

To use each app you first need to install the requirements. In most cases the only requirements are the GUI library and occasionally requests. To install example specific requirements change to the folder of the example and run:

pip3 install -r requirements.txt

Once the requirements are installed, you can run the app. Every example in this repo comes with a main Python file called main.py to keep things simple.

python3 main.py

The application window should appear.

Want to build your own apps?

If you think these apps are neat and want to learn more about take a look at my PyQt6 tutorial which covers everything you need to know to start building your own applications with Python.

You can also find more write-ups and tips on the same site.

License

All code is licensed under an MIT license. This allows you to re-use the code freely, remixed in both commercial and non-commercial projects. The only requirement is to include the same license when distributing.

Other licenses

Icons used in the applications are by Yusuke Kamiyaman.

15-minute-apps's People

Contributors

besnoi avatar mexchip avatar mfitzp avatar mzurzolo avatar oborshch avatar tarunavba avatar timgates42 avatar whattheserver avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.