mirror of
https://github.com/vinta/awesome-python.git
synced 2026-07-16 02:53:48 -05:00
[PR #1272] [CLOSED] Adding the Atlas toolkit to the GUI section. #3238
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1272
Author: @epeios-q37
Created: 4/8/2019
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
fb489bcAdding the Atlas toolkit to the GUI section.📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
The Atlas toolkit is a fast and easy way to add a GUI (a web one) to a Python program. It only requires basic knowledge of HTML. It's not a web framework. The point is really to have a way as easy and fast as possible to add a GUI to programs, but, instead of the usual desktop interface, it will be a web interface.
Once launched, the program will automatically open a web browser displaying its interface. The program will also display the QR code corresponding to the URL opened by the web browser, so you can easily open this URL on your smartphone. No need to reconfigure the smartphone, or the router on which the computer running the program is connected, to use the program on it.
By simply sending the URL to someone, they can immediately use the program on their own smartphone or other device with a modern web browser connected to internet.
For electronic/robotic lovers, the Atlas toolkit can, without problem, be used on device such a Raspberry Pi Zero W, so you can write your own programs to pilot its GPIO from a smartphone.
What's the difference between this Python project and similar ones?
The Atlas toolkit bears some similarities with web frameworks, but the Atlas toolkit :
--
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.