Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A awesome-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 317
    • Merge requests 317
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Vinta Chen
  • awesome-python
  • Merge requests
  • !1272

Adding the Atlas toolkit to the GUI section.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/epeios-q37/patch-1 into master Apr 08, 2019
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: epeios-q37

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.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/epeios-q37/patch-1