vishnumaiea / KiExport

Tool to export manufacturing files from KiCad PCB projects.
5 stars 3 forks source link

Feature Request GUI #2

Open domleblanc94 opened 2 weeks ago

domleblanc94 commented 2 weeks ago

Would it be possible to create a GUI to read in a kicad project and aid in the generation of the JSON file based on the fields available within the project file. This could also include a method of running the script with all options in GUI form.

vishnumaiea commented 2 weeks ago

That's also something I plan to do, to generate the basic minimum JSON based on the project details. Because copying JSON from somewhere else, and manually editing it can still lead to mistakes. But this should be implemented in CLI first, before we can add any GUIs.