Python idle3

I am using EOS lts with i3
I installed python3 it works. But I am looking for the IDLE(I know I can use the command line - python3 - as a REPL.
I was looking in the Arch/AUR for python3 IDLE.
Is there no python3 idle for EOS/Arch based linux??

Cheers

idle is included in the python package.

If you want a .desktop for it, you can install idle from the AUR.

thank you @dalto

1 Like

Note: Recently I’ve also needed to install python-tests, otherwise idle would fail at launch.

Thanks I had to add the tk package