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

Added font size selector feature to the calculator #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sean-Randall
Copy link

This pull request introduces a font size customization feature to the calculator application. Users can now select between two font size options ("Small" and "Large") through a dropdown menu before the application initializes. This enhancement improves accessibility by allowing users to adjust the font size according to their preference, ensuring a better user experience for those with visual impairments or specific interface preferences.

Changes:

  • Added a dropdown menu using tkinter.OptionMenu for font size selection.
  • Introduced dynamic font size adjustments based on user input (Small or Large).
  • Modified the main.py file to integrate the new feature.

Motivation: This feature was added to enhance user control and improve accessibility, providing users with a more customizable and inclusive experience.

Screenshot 2025-04-06 033837
Screenshot 2025-04-06 033723

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.

1 participant