Modern themes for Tkinter. Sleek, responsive styles inspired by Bootstrap. Includes ready-to-use widgets, 20+ themes, and tools for building beautiful, cross-platform desktop apps with ease.
This report presents the forensic synthetic code analysis of israel-dryer/ttkbootstrap, a Python project with 2,625 GitHub stars. SynthScan v2.0 examined 44,400 lines of code across 378 source files, recording 353 pattern matches distributed across 14 syntactic categories. The overall adjusted score of 13.3 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 353 distinct pattern matches across 14 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | gallery/collapsing_frame.py | 0 | a collapsible frame widget that opens and closes with a click. | STRING |
| HIGH | gallery/back_me_up.py | 0 | a collapsible frame widget that opens and closes with a click. | STRING |
| HIGH | docs/zh/gallery/collapsingframe.md | 0 | a collapsible frame widget that opens and closes with a click. | STRING |
| HIGH | docs/zh/gallery/filebackup.md | 0 | a collapsible frame widget that opens and closes with a click. | STRING |
| HIGH | docs/en/gallery/collapsingframe.md | 0 | a collapsible frame widget that opens and closes with a click. | STRING |
| HIGH | docs/en/gallery/filebackup.md | 0 | a collapsible frame widget that opens and closes with a click. | STRING |
| HIGH | gallery/collapsing_frame.py | 0 | add a child to the collapsible frame parameters: child (frame): the child frame to add to the widget. title (str): the t | STRING |
| HIGH | gallery/back_me_up.py | 0 | add a child to the collapsible frame parameters: child (frame): the child frame to add to the widget. title (str): the t | STRING |
| HIGH | docs/zh/gallery/collapsingframe.md | 0 | add a child to the collapsible frame parameters: child (frame): the child frame to add to the widget. title (str): the t | STRING |
| HIGH | docs/zh/gallery/filebackup.md | 0 | add a child to the collapsible frame parameters: child (frame): the child frame to add to the widget. title (str): the t | STRING |
| HIGH | docs/en/gallery/collapsingframe.md | 0 | add a child to the collapsible frame parameters: child (frame): the child frame to add to the widget. title (str): the t | STRING |
| HIGH | docs/en/gallery/filebackup.md | 0 | add a child to the collapsible frame parameters: child (frame): the child frame to add to the widget. title (str): the t | STRING |
| HIGH | gallery/collapsing_frame.py | 0 | open or close the section and change the toggle button image accordingly. parameters: child (frame): the child element t | STRING |
| HIGH | gallery/back_me_up.py | 0 | open or close the section and change the toggle button image accordingly. parameters: child (frame): the child element t | STRING |
| HIGH | docs/zh/gallery/collapsingframe.md | 0 | open or close the section and change the toggle button image accordingly. parameters: child (frame): the child element t | STRING |
| HIGH | docs/zh/gallery/filebackup.md | 0 | open or close the section and change the toggle button image accordingly. parameters: child (frame): the child element t | STRING |
| HIGH | docs/en/gallery/collapsingframe.md | 0 | open or close the section and change the toggle button image accordingly. parameters: child (frame): the child element t | STRING |
| HIGH | docs/en/gallery/filebackup.md | 0 | open or close the section and change the toggle button image accordingly. parameters: child (frame): the child element t | STRING |
| HIGH | gallery/stopwatch.py | 0 | increment the stopwatch value. this method continues to schedule itself every 1 second until stopped or paused. | STRING |
| HIGH | docs/zh/gallery/stopwatch.md | 0 | increment the stopwatch value. this method continues to schedule itself every 1 second until stopped or paused. | STRING |
| HIGH | docs/en/gallery/stopwatch.md | 0 | increment the stopwatch value. this method continues to schedule itself every 1 second until stopped or paused. | STRING |
| HIGH | gallery/data_entry.py | 0 | print the contents to console and return the values. | STRING |
| HIGH | docs/zh/gallery/dataentry.md | 0 | print the contents to console and return the values. | STRING |
| HIGH | docs/en/gallery/dataentry.md | 0 | print the contents to console and return the values. | STRING |
| HIGH | gallery/everything_bagel.py | 0 | beautiful is better than ugly. explicit is better than implicit. simple is better than complex. complex is better than c | STRING |
| HIGH | src/ttkcreator/__main__.py | 0 | beautiful is better than ugly. explicit is better than implicit. simple is better than complex. complex is better than c | STRING |
| HIGH | src/ttkbootstrap/__main__.py | 0 | beautiful is better than ugly. explicit is better than implicit. simple is better than complex. complex is better than c | STRING |
| HIGH | tests/features/change_bootstyle_with_configure.py | 0 | test that the `widget.configure` method is able to change the widget style via the `bootstyle` parameter. | STRING |
| HIGH | tests/features/get_bootstyle_value_configure.py | 0 | test that the `widget.configure` method is able to change the widget style via the `bootstyle` parameter. | STRING |
| HIGH | tests/features/get_bootstyle_value_with_getitem.py | 0 | test that the `widget.configure` method is able to change the widget style via the `bootstyle` parameter. | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 101 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 103 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 107 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 109 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 123 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 125 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 131 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 133 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 139 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 141 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 149 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 151 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 155 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 157 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 160 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 162 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 166 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 168 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 171 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 173 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 177 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 179 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 189 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 191 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 198 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 200 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 207 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 209 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 219 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 221 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 237 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 239 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 245 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 247 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 255 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 257 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 263 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 265 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 283 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 285 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 290 | # --------------------------- | COMMENT |
| MEDIUM⚡ | src/ttkbootstrap/constants.py | 292 | # --------------------------- | COMMENT |
| MEDIUM | src/ttkbootstrap/constants.py | 45 | # --------------------------- | COMMENT |
| MEDIUM | src/ttkbootstrap/constants.py | 47 | # --------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | development/validatedinput/inputgroup.py | 3 | CODE | |
| LOW | development/validatedinput/inputgroup.py | 4 | CODE | |
| LOW | development/filedialogs/filedialog_methods.py | 1 | CODE | |
| LOW | development/filedialogs/filedialog_methods.py | 5 | CODE | |
| LOW | development/filedialogs/filedialog_methods.py | 7 | CODE | |
| LOW | development/filedialogs/filedialog_methods.py | 8 | CODE | |
| LOW | development/filedialogs/filedialog_methods.py | 9 | CODE | |
| LOW | gallery/pc_cleaner.py | 8 | CODE | |
| LOW | gallery/long_running_determinate.py | 7 | CODE | |
| LOW | gallery/equalizer.py | 6 | CODE | |
| LOW | gallery/collapsing_frame.py | 7 | CODE | |
| LOW | gallery/media_player.py | 8 | CODE | |
| LOW | gallery/long_running_indeterminate.py | 7 | CODE | |
| LOW | gallery/stopwatch.py | 7 | CODE | |
| LOW | gallery/back_me_up.py | 12 | CODE | |
| LOW | gallery/data_entry.py | 6 | CODE | |
| LOW | gallery/calculator.py | 6 | CODE | |
| LOW | gallery/magic_mouse.py | 9 | CODE | |
| LOW | gallery/text_reader.py | 6 | CODE | |
| LOW | gallery/screenshot.py | 1 | CODE | |
| LOW | gallery/everything_bagel.py | 2 | CODE | |
| LOW | gallery/file_search_engine.py | 12 | CODE | |
| LOW | tests/features/legacy_widgets.py | 3 | CODE | |
| LOW | tests/features/start_with_style_method.py | 1 | CODE | |
| LOW | tests/features/start_with_style_method.py | 3 | CODE | |
| LOW | tests/widget_styles/test_label.py | 5 | CODE | |
| LOW | tests/widget_styles/test_entry.py | 3 | CODE | |
| LOW | tests/widget_styles/test_floodgauge.py | 5 | CODE | |
| LOW | tests/widget_styles/demo_default_button_style.py | 20 | CODE | |
| LOW | tests/widget_styles/test_meter.py | 5 | CODE | |
| LOW | tests/widgets/meter_deadzone_fix.py | 14 | CODE | |
| LOW | tests/widgets/test_tkcalendar_integration.py | 1 | CODE | |
| LOW | tests/widgets/tableview.py | 6 | CODE | |
| LOW | tests/widgets/date_entry_widget.py | 2 | CODE | |
| LOW | tests/widgets/querybox.py | 2 | CODE | |
| LOW | tests/widgets/tooltip.py | 2 | CODE | |
| LOW | tests/widgets/scrolled_widgets.py | 2 | CODE | |
| LOW | tests/widgets/dialogs.py | 2 | CODE | |
| LOW | tests/widgets/dialogs.py | 4 | CODE | |
| LOW | tests/widgets/test_tableview.py | 8 | CODE | |
| LOW | tests/localization/test_localization.py | 6 | CODE | |
| LOW | cookbook/validate_user_input.py | 2 | CODE | |
| LOW | cookbook/animated_gif.py | 5 | CODE | |
| LOW | docs_scripts/tutorial/simple_usage.py | 2 | CODE | |
| LOW | docs_scripts/tutorial/solid_outline_button_styles.py | 2 | CODE | |
| LOW | docs_scripts/tutorial/button_colors.py | 2 | CODE | |
| LOW | src/ttkcreator/__main__.py | 12 | CODE | |
| LOW | src/ttkbootstrap/scrolled.py | 13 | CODE | |
| LOW | src/ttkbootstrap/style.py | 67 | CODE | |
| LOW | src/ttkbootstrap/window.py | 47 | CODE | |
| LOW | src/ttkbootstrap/window.py | 50 | CODE | |
| LOW | src/ttkbootstrap/constants.py | 41 | CODE | |
| LOW | src/ttkbootstrap/tableview.py | 13 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 30 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 30 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 30 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 30 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 30 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 30 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 30 | CODE | |
| 53 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | gallery/stopwatch.py | 32 | def create_stopwatch_controls(self): | CODE |
| LOW | tests/widget_styles/test_default_button_style.py | 25 | def test_base_tbutton_themed_without_default_button(): | CODE |
| LOW | tests/widgets/test_tableview_autofit_font.py | 36 | def test_autofit_is_font_aware(): | CODE |
| LOW | tests/widgets/test_scrolledframe_scrolling.py | 31 | def test_disable_survives_hover(): | CODE |
| LOW | tests/widgets/test_scrolledframe_scrolling.py | 48 | def test_enabled_hover_rebinds(): | CODE |
| LOW | tests/widgets/test_tableview_search.py | 39 | def test_special_characters_match_literally(): | CODE |
| LOW | tests/widgets/test_tableview_search.py | 50 | def test_plain_text_still_matches(): | CODE |
| LOW | tests/widgets/test_tableview_search.py | 58 | def test_column_specific_search(): | CODE |
| LOW | tests/localization/test_msgcat.py | 69 | def test_positional_variables(): | CODE |
| LOW | docs/ja/gallery/stopwatch.md | 50 | def create_stopwatch_controls(self): | CODE |
| LOW | docs/zh/gallery/stopwatch.md | 48 | def create_stopwatch_controls(self): | CODE |
| LOW | docs/en/gallery/stopwatch.md | 50 | def create_stopwatch_controls(self): | CODE |
| LOW | src/ttkcreator/__main__.py | 179 | def export_theme_as_python_file(self): | CODE |
| LOW | src/ttkbootstrap/style.py | 893 | def _create_ttk_styles_on_theme_change(self): | CODE |
| LOW | src/ttkbootstrap/style.py | 1352 | def update_ttk_theme_settings(self): | CODE |
| LOW | src/ttkbootstrap/style.py | 1583 | def create_striped_progressbar_assets(self, thickness, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 1632 | def create_striped_progressbar_style(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 2128 | def create_simple_arrow_assets(self, arrowcolor: str, disabledcolor: str, activecolor: str, y_offset: int = 0): | CODE |
| LOW | src/ttkbootstrap/style.py | 2236 | def create_round_scrollbar_assets(self, thumbcolor, pressed, active): | CODE |
| LOW | src/ttkbootstrap/style.py | 2285 | def create_round_scrollbar_style(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 2770 | def create_table_treeview_style(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 3088 | def create_outline_button_style(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 3232 | def create_square_toggle_assets(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 3326 | def create_round_toggle_assets(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 3425 | def create_round_toggle_style(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 3512 | def create_square_toggle_style(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 3671 | def create_outline_toolbutton_style(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 3811 | def create_radiobutton_assets(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 3952 | def create_date_button_assets(self, foreground): | CODE |
| LOW | src/ttkbootstrap/style.py | 4186 | def create_metersubtxt_label_style(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 4284 | def create_inverse_label_style(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 4428 | def create_checkbutton_assets(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 4658 | def create_outline_menubutton_style(self, colorname=DEFAULT): | CODE |
| LOW | src/ttkbootstrap/style.py | 4913 | def update_combobox_popdown_style(self, widget): | CODE |
| LOW | src/ttkbootstrap/style.py | 5274 | def override_ttk_widget_constructor(func): | CODE |
| LOW | src/ttkbootstrap/style.py | 5331 | def override_ttk_widget_configure(func): | CODE |
| LOW | src/ttkbootstrap/style.py | 5518 | def override_tk_widget_constructor(func): | CODE |
| LOW | src/ttkbootstrap/window.py | 117 | def on_disabled_readonly_state(event: tkinter.Event) -> None: | CODE |
| LOW | src/ttkbootstrap/utility.py | 27 | def enable_high_dpi_awareness(root=None, scaling=None): | CODE |
| LOW | src/ttkbootstrap/validation.py | 256 | def add_phonenumber_validation(widget: Misc, when: str = "focusout") -> None: | CODE |
| LOW | src/ttkbootstrap/dialogs/colorchooser.py | 200 | def create_spectrum_indicator(self) -> None: | CODE |
| LOW | src/ttkbootstrap/dialogs/colorchooser.py | 410 | def create_luminance_indicator(self) -> None: | CODE |
| LOW⚡ | src/ttkbootstrap/dialogs/colorchooser.py | 493 | def update_luminance_indicator(self) -> None: | CODE |
| LOW⚡ | src/ttkbootstrap/dialogs/colorchooser.py | 501 | def update_spectrum_indicator(self) -> None: | CODE |
| LOW | src/ttkbootstrap/widgets/tableview.py | 1412 | def _select_first_visible_item(self): | CODE |
| LOW | src/ttkbootstrap/widgets/tableview.py | 1863 | def move_selected_rows_to_top(self): | CODE |
| LOW | src/ttkbootstrap/widgets/tableview.py | 1888 | def move_selected_rows_to_bottom(self): | CODE |
| LOW | src/ttkbootstrap/widgets/tableview.py | 2318 | def _column_sort_header_reset(self): | CODE |
| LOW | src/ttkbootstrap/widgets/tableview.py | 2323 | def _column_sort_header_update(self, cid): | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | src/ttkbootstrap/constants.py | 293 | __all__ = [ | CODE |
| LOW | src/ttkbootstrap/__init__.py | 752 | __all__ = [ | CODE |
| LOW | src/ttkbootstrap/dialogs/colorchooser.py | 445 | def set_variables(self, h: int, s: int, l: int, r: int, g: int, b: int, hx: str) -> None: | CODE |
| LOW | src/ttkbootstrap/dialogs/colorchooser.py | 467 | def update_preview(self) -> None: | CODE |
| LOW | src/ttkbootstrap/dialogs/colorchooser.py | 477 | def update_luminance_scale(self) -> None: | CODE |
| LOW⚡ | src/ttkbootstrap/dialogs/colorchooser.py | 493 | def update_luminance_indicator(self) -> None: | CODE |
| LOW⚡ | src/ttkbootstrap/dialogs/colorchooser.py | 501 | def update_spectrum_indicator(self) -> None: | CODE |
| LOW | src/ttkbootstrap/dialogs/__init__.py | 46 | __all__ = [ | CODE |
| LOW | src/ttkbootstrap/dialogs/datepicker.py | 115 | def _setup_calendar(self) -> None: | CODE |
| LOW | src/ttkbootstrap/dialogs/datepicker.py | 138 | def _update_widget_bootstyle(self) -> None: | CODE |
| LOW | src/ttkbootstrap/dialogs/datepicker.py | 221 | def _set_title(self) -> None: | CODE |
| LOW | src/ttkbootstrap/dialogs/datepicker.py | 287 | def _set_window_position(self) -> None: | CODE |
| LOW | src/ttkbootstrap/dialogs/dialogs.py | 20 | __all__ = [ | CODE |
| LOW | src/ttkbootstrap/dialogs/fontdialog.py | 287 | def _update_font_preview(self, *_: Any) -> None: | CODE |
| LOW | src/ttkbootstrap/widgets/meter.py | 269 | def _update_meter(self, *_: Any) -> None: | CODE |
| LOW | src/ttkbootstrap/widgets/meter.py | 279 | def _setup_widget(self) -> None: | CODE |
| LOW | src/ttkbootstrap/widgets/meter.py | 331 | def _set_widget_colors(self) -> None: | CODE |
| LOW⚡ | src/ttkbootstrap/widgets/meter.py | 346 | def _set_meter_text(self) -> None: | CODE |
| LOW⚡ | src/ttkbootstrap/widgets/meter.py | 355 | def _set_subtext(self) -> None: | CODE |
| LOW⚡ | src/ttkbootstrap/widgets/meter.py | 363 | def _set_show_text(self) -> None: | CODE |
| LOW⚡ | src/ttkbootstrap/widgets/meter.py | 382 | def _set_text_left(self) -> None: | CODE |
| LOW⚡ | src/ttkbootstrap/widgets/meter.py | 387 | def _set_text_center(self) -> None: | CODE |
| LOW⚡ | src/ttkbootstrap/widgets/meter.py | 392 | def _set_text_right(self) -> None: | CODE |
| LOW⚡ | src/ttkbootstrap/widgets/meter.py | 398 | def _set_interactive_bind(self) -> None: | CODE |
| LOW | src/ttkbootstrap/widgets/__init__.py | 103 | __all__ = [ | CODE |
| LOW | src/ttkbootstrap/widgets/dateentry.py | 313 | def set_date(self, new_date: Union[datetime, date]) -> None: | CODE |
| LOW | src/ttkbootstrap/widgets/floodgauge.py | 149 | def _update_theme_colors(self) -> None: | CODE |
| LOW | src/ttkbootstrap/widgets/floodgauge.py | 553 | def _set_widget_text(self, *_: Any) -> None: | CODE |
| LOW | src/ttkbootstrap/widgets/floodgauge.py | 563 | def _set_mask(self) -> None: | CODE |
| LOW | src/ttkbootstrap/widgets/toast.py | 219 | def _setup(self, window) -> None: | CODE |
| LOW | src/ttkbootstrap/widgets/toast.py | 265 | def set_geometry(self) -> None: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | src/ttkbootstrap/style.py | 305 | Return the appropriate foreground color for the specified color_label. Parameters: color_la | STRING |
| HIGH | src/ttkbootstrap/style.py | 5102 | Find and return widget orient, or default orient for widget if a widget with orientation. Parameters: | STRING |
| HIGH | src/ttkbootstrap/style.py | 5173 | Parse a string to build and return a ttkstyle name. Parameters: widget (Widget): T | STRING |
| HIGH | src/ttkbootstrap/style.py | 5374 | Update the ttk style or create if not existing. Parameters: widget (ttk.Widget): T | STRING |
| HIGH | src/ttkbootstrap/icons.py | 2105 | Get a set of all subcategories or for a specific category. Parameters: category (str): | STRING |
| HIGH | src/ttkbootstrap/icons.py | 2135 | Lookup an emoji by name. Parameters: name (str): The name of the emoji to lookup. | STRING |
| HIGH | src/ttkbootstrap/widgets/dateentry.py | 253 | Validate that a date format string is appropriate for dates. Checks that the format string contains sufficient | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | development/validatedinput/inputgroup.py | 7 | CODE | |
| LOW | development/filedialogs/filebrowser.py | 5 | CODE | |
| LOW | src/ttkbootstrap/window.py | 182 | CODE | |
| LOW | src/ttkbootstrap/window.py | 381 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 91 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 117 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 145 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 177 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 207 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 229 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 255 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 288 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 314 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 333 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 352 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 375 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 402 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 426 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 444 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 477 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 513 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 583 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 627 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 659 | CODE | |
| LOW | src/ttkbootstrap/__init__.py | 713 | CODE | |
| LOW | src/ttkbootstrap/dialogs/query.py | 20 | CODE | |
| LOW | src/ttkbootstrap/dialogs/message.py | 26 | CODE | |
| LOW | src/ttkbootstrap/widgets/meter.py | 122 | CODE | |
| LOW | src/ttkbootstrap/widgets/meter.py | 570 | CODE | |
| LOW | src/ttkbootstrap/widgets/meter.py | 638 | CODE | |
| LOW | src/ttkbootstrap/widgets/tableview.py | 521 | CODE | |
| LOW | src/ttkbootstrap/widgets/tableview.py | 2298 | CODE | |
| LOW | src/ttkbootstrap/widgets/tooltip.py | 85 | CODE | |
| LOW | src/ttkbootstrap/widgets/floodgauge.py | 97 | CODE | |
| LOW | src/ttkbootstrap/widgets/floodgauge.py | 438 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | tests/widgets/labeled_scale.py | 5 | # Create a labeled scale | COMMENT |
| MEDIUM | src/ttkbootstrap/style.py | 748 | # Create the Tcl-level theme | COMMENT |
| MEDIUM | src/ttkbootstrap/style.py | 1353 | """This method is called internally every time the theme is | STRING |
| MEDIUM | src/ttkbootstrap/style.py | 3461 | """This method is used as the default Toggle style, so it | STRING |
| MEDIUM | src/ttkbootstrap/window.py | 26 | # Create main window with theme | STRING |
| MEDIUM | src/ttkbootstrap/__init__.py | 18 | # Create a themed window | STRING |
| MEDIUM | src/ttkbootstrap/widgets/meter.py | 18 | # Create a meter | STRING |
| MEDIUM | src/ttkbootstrap/widgets/labeledscale.py | 12 | # Create a labeled scale | STRING |
| MEDIUM | src/ttkbootstrap/widgets/tooltip.py | 182 | # Create the tooltip window at a temporary position | COMMENT |
| MEDIUM | src/ttkbootstrap/widgets/dateentry.py | 13 | # Create a date entry widget | STRING |
| MEDIUM | src/ttkbootstrap/widgets/floodgauge.py | 13 | # Create a floodgauge with a mask for percentage display | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | development/scrolledframe/scrolled.py | 80 | CODE | |
| LOW | gallery/calculator.py | 75 | CODE | |
| LOW | gallery/file_search_engine.py | 248 | CODE | |
| LOW | gallery/file_search_engine.py | 259 | CODE | |
| LOW | gallery/file_search_engine.py | 270 | CODE | |
| LOW | src/ttkbootstrap/style.py | 4428 | CODE | |
| LOW | src/ttkbootstrap/dialogs/colordropper.py | 115 | CODE | |
| LOW | src/ttkbootstrap/dialogs/colorchooser.py | 214 | CODE | |
| LOW | src/ttkbootstrap/dialogs/datepicker.py | 144 | CODE | |
| LOW | src/ttkbootstrap/widgets/scrolled.py | 546 | CODE | |
| LOW | src/ttkbootstrap/widgets/meter.py | 640 | CODE | |
| LOW | src/ttkbootstrap/widgets/tableview.py | 1008 | CODE | |
| LOW | src/ttkbootstrap/widgets/tableview.py | 1271 | CODE | |
| LOW | src/ttkbootstrap/widgets/tableview.py | 1542 | CODE | |
| LOW | src/ttkbootstrap/widgets/tableview.py | 2330 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/ttkcreator/__main__.py | 216 | except Exception as e: | CODE |
| LOW | src/ttkbootstrap/style.py | 1527 | except Exception: | CODE |
| LOW | src/ttkbootstrap/dialogs/message.py | 114 | except Exception: | CODE |
| LOW | src/ttkbootstrap/dialogs/message.py | 120 | except Exception: | CODE |
| LOW | src/ttkbootstrap/dialogs/fontdialog.py | 305 | except Exception: | CODE |
| LOW | src/ttkbootstrap/dialogs/base.py | 67 | except Exception: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | development/filedialogs/filedialog_methods.py | 81 | load_treeview_items(iid) | COMMENT |
| LOW | tests/widgets/tableview.py | 21 | table_data.extend(row_data) | COMMENT |
| LOW | tests/widgets/tableview.py | 41 | # (1016, "UrbanTech", "Software Architect", 9), | COMMENT |
| LOW | tests/widgets/scrolled_widgets.py | 21 | # for x in range(20): | COMMENT |
| LOW | docs_scripts/widget_styles/label_style.py | 21 | else: | COMMENT |
| LOW | src/ttkbootstrap/constants.py | 161 | # -wrap | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/widgets/tableview.py | 26 | # (1001, "Acme Corp", "Software Engineer", 5), | COMMENT |
| LOW | src/ttkbootstrap/widgets/tableview.py | 37 | ["John Doe", 28, "john@example.com"], | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/ttkbootstrap/window.py | 166 | """A class that wraps the tkinter.Tk class in order to provide a | STRING |
| MEDIUM | src/ttkbootstrap/window.py | 365 | """A class that wraps the tkinter.Toplevel class in order to | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/ttkbootstrap/validation.py | 34 | # Check if contents is text | COMMENT |
| LOW | src/ttkbootstrap/localization/msgs.py | 44 | # Set locale to German | STRING |