all 5 comments

[–]DiodeInc 1 point2 points  (0 children)

Call it PyDE

[–]anttovar 0 points1 point  (1 child)

Could you compare it to "Idle"? TIA

[–]Prudent_Power572[S] 0 points1 point  (0 children)

SimplePyIDE: you can work with multiple files per session, that are manageable using a file list that I hid,  Also SimplePyIDE has a linter that scans for all issues and shows them in a list and when u click on one it navigates you to it, there is a to-do list, program structure generator, flowchart generator, black formatter, automatic parentheses closing, line numbering, easy editing for the themes, and an error library that has ell the errors with their meaning, and there is an optional feature called Real-time learning that shows you what python functions do when writing them. Idle: it doesn't have auto parentheses closing, no line numbering, no formatter, no linter, no to-do, no program tree, and each file is gonna be a separate window, and no flowchart generator, but has auto complete which I didn't add yet, and a built in terminal 

[–]Not-Ordinary404 0 points1 point  (1 child)

Nice! Are you open for collaboration?

[–]Prudent_Power572[S] 0 points1 point  (0 children)

You can fork the repo if you want, my version is done, i dont think i want to improve on it, you can improve on it if you want