pysimplesql icon indicating copy to clipboard operation
pysimplesql copied to clipboard

SQLite3 binding for PySimpleGUI

Results 16 pysimplesql issues
Sort by recently updated
recently updated
newest added

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...

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)

documentation

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! ![image](https://user-images.githubusercontent.com/70232210/91227678-e8c73700-e6f4-11ea-83ee-4712e687bfb4.png) ![image](https://user-images.githubusercontent.com/70232210/91287363-a71ea680-e75d-11ea-8b2f-d240c1ec2acf.png) ![image](https://user-images.githubusercontent.com/70232210/91288080-8e62c080-e75e-11ea-8438-86035d4d6609.png)

documentation

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...