Releases: AshhadDevLab/CustomTkinter-Snippets
CustomTkinter Snippets - v4.0.0
v4.0.0 - Feature Addition and Work Flow Improvement (February 12, 2024)
-
New Features:
- Added
customtkcfg
command which allows users to view all available custom configuration options. - Added
.grid()
and.pack()
placement options. - Added placeholders to increase work-flow speed.
- Added snippet for
tkvideoplayer
.
- Added
-
Bug Fixes
- Fixed incorrect master name in
ctkwindow
snippet. - Corrected the VSCode Market Place banner color for better
visibility. - Added keywords in
package.json
for searching easability
- Fixed incorrect master name in
CustomTkinter Snippets - v3.0.0
What's Changed
- Improved and better README.md
- Commit: Release v3.0.0 by @AshhadDevLab in #4
- Commit: Release v3.0.0 by @AshhadDevLab in #5
- Commit: Release v3.0.0 by @AshhadDevLab in #6
Full Changelog: v2.0.0...v3.0.0
CustomTkinter Snippets - v2.0.0
Certainly! Here's a release description for version 2.0.0 of the "CustomTkinter Snippets" extension:
Release Version: 2.0.0
New Features and Enhancements:
- Added support for additional Python CustomTkinter widgets, including checkboxes, radio buttons, and scrollbars.
- Improved snippet organization and naming conventions for better usability and consistency.
- Enhanced snippet descriptions and documentation for clearer understanding and usage.
- Updated code snippets to align with the latest best practices and conventions in Python GUI development.
- Introduced new snippets for common layout management techniques such as grid, pack, and place.
- Expanded the collection to include snippets for event handling and binding methods for Tkinter widgets.
Bug Fixes and Improvements:
- Addressed various reported issues and resolved compatibility issues with the latest versions of Visual Studio Code.
- Fixed inconsistencies in snippet behavior and resolved any reported bugs related to snippet functionality.
How to Use:
- Ensure you have the latest version of the extension installed from the Visual Studio Code marketplace.
- Open a Python file in Visual Studio Code.
- Type the desired snippet prefix and press
Tab
to expand the snippet.
Feedback and Support:
We value your feedback and suggestions! If you encounter any issues or have ideas for further improving the extension, please feel free to open an issue on GitHub.
Thank you for using CustomTkinter Snippets! We hope these enhancements enhance your Python GUI development experience. Happy coding!
CustomTkinter Snippets - v1.0.0
Release Version: 1.0.0
New Features and Enhancements:
- Initial release of CustomTkinter Snippets extension.
- Includes a curated collection of Python CustomTkinter snippets for rapid GUI development.
- Provides a seamless experience for building interactive GUI applications effortlessly.
- Supports various common patterns and components used in Tkinter applications.
- Contains snippets for commonly used widgets such as buttons, labels, entry fields, and more.
- Simplifies the process of writing GUI code in Python by offering reusable code snippets.
How to Use:
- Install the extension from the Visual Studio Code marketplace.
- Open a Python file in Visual Studio Code.
- Type the desired snippet prefix and press
Tab
to expand the snippet.
Feedback and Support:
We welcome your feedback and suggestions for improvement! If you encounter any issues or have ideas for enhancing the extension, please don't hesitate to reach out by opening an issue on GitHub.
Thank you for using CustomTkinter Snippets! Happy coding!