You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Palindrome Checker GUI is a Python app with a PySide6 interface that checks if a string reads the same forward and backward. It supports multi-line input, offers light and dark themes, and includes an exit button. Easily switch themes and get instant palindrome results with a user-friendly interface.
Palindrome Checker is a Python program that checks if a string reads the same forwards and backwards. It handles multi-line inputs, ignores non-alphanumeric characters, and is case-insensitive. Users can continuously test strings and receive formatted feedback on whether each string is a palindrome.