pysimplesql
pysimplesql copied to clipboard
SQLite3 binding for PySimpleGUI
Hi all, i stumbled about this project when looking for a way to sort PysimpleGui Tables and have a headings marker for the sorting. Then i tried the version 2.3.0...
Readme
Are you ok if I chip away at reorganizing the readme and adding screenshots/short animated gifs for the features? I plan on adding a linked-table of contents. I will keep...
- [ ] #198 - [x] #300 - [x] feature-full example for readme - [x] #313 - [x] #338 - [x] add Table justification to TableHeadings - [x] Bugfixes Would...
### Documentation for the upcoming 3.0 release can be found at: [https://pysimplesql.github.io/pysimplesql/](https://pysimplesql.github.io/pysimplesql/) ### Most current branch can be found at: [https://github.com/PySimpleSQL/pysimplesql/tree/development](https://github.com/PySimpleSQL/pysimplesql/tree/development)
The description field (shown inside of comboboxes for example) is stored inside of the Table. It is set once on Table creation via add_table, or Database.auto_add_tables. It presents a problem...
- [ ] Slider - [ ] Radio buttons - [ ] Listbox - [ ] Spinner
Running list of widget enhancement ideas: - [x] How share more code between subclassed tk/ttk and subclassed sg versions (eg _CellEditCombo and subclassed sg.Combo) - [x] More flexible date/datetime formatting....
Thanks to Mike @ PySimpleGUI for this cool trick!   
The couple last things that are on my list: - [x] Integrate autosave as a constant. Eg _prompt_save = AUTOSAVE, making it clear that it’s a mode of prompt_save. Add...