Computer >> 컴퓨터 >  >> 프로그램 작성 >> Python

Matplotlib으로 디스플레이 가용성 자동 감지

<시간/>

matplotlib로 디스플레이 가용성을 감지하기 위해 다음 단계를 수행할 수 있습니다. -

단계

  • OS 모듈을 가져옵니다.

  • os.environ["DISPLAY"] 사용 사용 가능한 디스플레이를 가져옵니다.

예시

import os

env = os.environ["DISPLAY"]

print("Automatic detected display availability: ", env)

출력

Automatic detected display availability: 0