Python Forum
[split] Python and Accessibility
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[split] Python and Accessibility
#1
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?
Reply
#2
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?
Reply
#3
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.
Reply
#4
first of all i want it for console applications.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020