A very simple, native GNOME app for writing and executing simple Python scripts. It can be used as an advanced calculator or as an editor for testing simple scripts in Python.
- Follow the installation instructions here.
- Download this repository's source code and open the folder using GNOME Builder.
- Next to the hammer icon, in the dropdown menu, select
Export
and wait for the file browser to appear. - Open the
.flatpak
file with GNOME Software and install the app.
Write a simple Python script. Run using the Run
button or Ctrl+Return
.
Print results using the print
function so that they appear in the app's UI.
Look up and copy previous outputs in the sidebar. Open it using the button in the toolbar.
- Adwaita licensed under the MIT License
- CodeEditor licensed under the MIT License