Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snippets] Added tkinter snippet #240

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

legopitstop
Copy link

@legopitstop legopitstop commented Jan 21, 2025

Description

Added Tkinter snippet to python programming language.

  • Basic
    • Hello, World!
    • Display a Pillow Image
  • Entry Validation
    • Allow Alphanumeric
    • Allow Decimal
    • Allow Digits with A Max Length
    • Allow Lowercase
    • Allow Negative Integers
    • Allow Numbers In Range
    • Allow Only Alphabets
    • Allow Only Digits
    • Allow Positive Integers
    • Allow Signed Decimals
    • Allow Signed Integers
    • Allow Speific Characters
    • Allow Uppercase
    • Custom Regular Expression
    • Restrict Length
    • Validate File Path
  • Menus
    • Context Menu

Type of Change

  • ✨ New snippet
  • 🛠 Improvement to an existing snippet
  • 🐞 Bug fix
  • 📖 Documentation update
  • 🔧 Other (please describe):

Checklist

  • I have tested my code and verified it works as expected.
  • My code follows the style and contribution guidelines of this project.
  • Comments are added where necessary for clarity.
  • Documentation has been updated (if applicable).
  • There are no new warnings or errors from my changes.

Related Issues

Additional Context

Screenshots (Optional)

Click to view screenshots

Copy link
Collaborator

@Mathys-Gasnier Mathys-Gasnier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution, sadly we do not accept new languages/sub languages if the only added snippet is an hello world, feel free to add other snippets.

If no changes is provided within 7-10 days, this PR will be closed.

@legopitstop
Copy link
Author

Added more Tkinter snippets and updated the PR description.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants