Home  >  Q&A  >  body text

python - win下pyrhin tkinter写界面如何缩小到桌面右下角

win下用python自带的tkinter写界面,想实现最小化缩小到桌面右下角,请问有没有实现的思路?谢谢

PHPzPHPz2742 days ago890

reply all(1)I'll reply

  • ringa_lee

    ringa_lee2017-04-17 14:41:39

    The lower right corner is called System Tray
    There is a win32 extension for python
    http://sourceforge.net/projects/pywin32/

    Sample code is here:
    http://www.brunningonline.net/simon/blog/archives/SysTrayIcon.py.html

    reply
    0
  • Cancelreply