Python Forum

Full Version: [split] Python and Accessibility
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I am physically disabled and an expert in IT accessibility.

The programming language Java and Python have one thing in common. The programs are interpreted at runtime.

With Java (Java Swing and Javafx) it is possible to transfer operating system settings such as large system fonts or high contrast to the Java program.

Question:
Does this also work with Python? If yes how?
Hello,

In most operating systems, a large system font and high contrast can be set.

Question:
Can I read these two properties with Python and maybe even transfer them to my Python program?
What exactly are you trying to do? Are you writing GUI code? If so, have you picked a library? Personally I've decided not to learn GUI frameworks, preferring to build websites (e.g. using Flask) to solve the same problems. Obviously that doesn't always apply though.
first of all i want it for console applications.