[PR #1272] [CLOSED] Adding the Atlas toolkit to the GUI section. #3238

Closed
opened 2026-04-15 09:19:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1272
Author: @epeios-q37
Created: 4/8/2019
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • fb489bc Adding 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 :

  • does not require the use of JavaScript,
  • is very lightweight (less then 10 KB),
  • does not require the development of a separate front-end (front-end and back-end are the same Python written program),
  • have no dependencies on other packages,
  • allows programs to be accessible from all over the internet without having to deploy them on a remote server.

--

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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1272 **Author:** [@epeios-q37](https://github.com/epeios-q37) **Created:** 4/8/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`fb489bc`](https://github.com/vinta/awesome-python/commit/fb489bc8f811215f41a2d3c2d858def3cf1b2528) Adding the Atlas toolkit to the GUI section. ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? The [*Atlas* toolkit](http://q37.info/s/c7hfkzvs) 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*](https://q37.info/s/uthai3us), 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 : * does not require the use of JavaScript, * is very lightweight (less then 10 KB), * does not require the development of a separate front-end (front-end and back-end are the same Python written program), * have no dependencies on other packages, * allows programs to be accessible from all over the internet without having to deploy them on a remote server. -- Anyone who agrees with this pull request could vote for it by adding a :+1: to it, and usually, the maintainer will merge it when votes reach **20**. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 09:19:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#3238