Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ディレクトリから .GIF ファイルを開き、ユーザーが見られるように画面の中央に表示する最も簡単な方法は何ですか?
Linux を使用している場合は、
import os os.system('eog {0}'.format(r'path/to/your/gif'))