Page 1 of 1

Esptools GUI

Posted: Thu Dec 05, 2019 4:29 pm
by Adriano
Hi,
As I work a lot with partitions I wrote a tool able to request some info from module.

I converted all Python-Espressif-scripts to exes and wrote a simple windows application to call the exes over a GUI.

It is open source, and if Espressif doesn't like that I copy the scripts inside GitHub, I can remove them.

It is just a simple application for beginners, to read the memory, create partitions and get some information about the module.

You can download it from GitHub:
https://github.com/Adrianotiger/ESPToolsGUI

Image

Re: Esptools GUI

Posted: Thu Dec 05, 2019 5:04 pm
by mikemoy
Cool! thanks for sharing!

Re: Esptools GUI

Posted: Mon Dec 09, 2019 3:32 am
by ESP_Angus
Nice work!

Re: Esptools GUI

Posted: Tue Dec 10, 2019 3:40 pm
by Deouss
I thought you converted esptool.py into c# )
That would be something very helpful

Re: Esptools GUI

Posted: Thu Jun 04, 2020 8:56 pm
by joakuim
Thanks for sharing.
Very helpfull.

Re: Esptools GUI

Posted: Wed Jun 10, 2020 10:43 am
by 1161774
That's actually awesome, cheers!