AppJar
DeveloperRichard Jarvis
Release2015; 11 years ago (2015)[1]
Stable release
0.94 / May 26, 2019; 7 years ago (2019-05-26)
Written inPython
Operating systemCross-platform
LicenseApache License v2.0[2]
Websiteappjar.info
Repository

appJar is a cross-platform Python library for developing GUIs (graphical user interfaces).[3] It can run on Linux, OS X, and Windows. It was conceived, and continues to be developed with educational use as its focus,[4] so is accompanied by comprehensive documentation, as well as easy-to-follow lessons.[5]

License

edit

appJar is licensed under the Apache License v2.0.[2]

History

edit

appJar was originally envisaged as a simple wrapper around tkinter, to allow secondary school pupils to develop simple graphical user interfaces in Python. It was meant to hide away the complexity, so that pupils could focus on writing algorithms, without having to worry about how to position widgets and link to functions. It was started out in the winter of 2014, as a simple in-house project, but soon started to grow. It was published to GitHub on July 31, 2015,[1] and first added to the PyPi repository on 20 December 2016.[6] In June 2017, appJar was featured in an article in The MagPi, detailing how it could be used to interact with Minecraft.[7]

Example

edit

This is a simple "Hello world" example:

#!/usr/bin/env python3
from appJar import gui

app = gui("Demo")
app.addLabel("l1", "Hello World")
app.go()

The above example is getting even simpler in the 1.0 release (available in beta in the 0.9 release):

#!/usr/bin/env python3
from appJar import gui

with gui("Demo") as app:
    app.label("Hello World")

References

edit
Notes
  1. ^ a b "First released". Retrieved 2017-04-08.
  2. ^ a b "Copyright notice". Retrieved 2017-04-09.
  3. ^ "GUI programming in Python". Retrieved 2017-04-09.
  4. ^ "Educational intentions". Retrieved 2017-04-09.
  5. ^ "Lessons". Retrieved 2017-04-09.
  6. ^ "PyPi created". Retrieved 2017-04-08.
  7. ^ Jarvis, Richard (June 2017). "Build a Python GUI to Control Minecraft". MagPi. UK: Raspberry Pi Foundation. Retrieved 2017-12-11.
edit

📚 Artikel Terkait di Wikipedia

Python (programming language)

Robot Framework Spyce Tornado TurboGears web2py Zope 2 Python libraries appJar Anaconda Apache MXNet Apache Singa Astropy Beautiful Soup Biopython Chainer

Hello, world

ALGOL ALGOL 60 AmbientTalk Amiga E Apache Click Apache Jelly Apache Wicket AppJar AppleScript Applesoft BASIC Arc Atari Assembler Editor AutoLISP AviSynth

List of Python software

images. Python-Ogre – a Python Language binding for the OGRE 3D engine. appJar – cross-platform, open-source GUI library for Python. Provides easy wrapper

Pandas (software)

Robot Framework Spyce Tornado TurboGears web2py Zope 2 Python libraries appJar Anaconda Apache MXNet Apache Singa Astropy Beautiful Soup Biopython Chainer

Anaconda (Python distribution)

Robot Framework Spyce Tornado TurboGears web2py Zope 2 Python libraries appJar Anaconda Apache MXNet Apache Singa Astropy Beautiful Soup Biopython Chainer

Scikit-learn

Robot Framework Spyce Tornado TurboGears web2py Zope 2 Python libraries appJar Anaconda Apache MXNet Apache Singa Astropy Beautiful Soup Biopython Chainer

NumPy

Robot Framework Spyce Tornado TurboGears web2py Zope 2 Python libraries appJar Anaconda Apache MXNet Apache Singa Astropy Beautiful Soup Biopython Chainer

Flask (web framework)

Robot Framework Spyce Tornado TurboGears web2py Zope 2 Python libraries appJar Anaconda Apache MXNet Apache Singa Astropy Beautiful Soup Biopython Chainer