목록뻘짓/데스크탑 펫 만들기 (2)
이것저것

https://www.youtube.com/watch?v=Ko_yiVmh33w 마우스를 향해 이동하는건 좋은데, 다른 이동방식도 있으면 좋겠다는 생각이 들었다. 화면에서 랜덤으로 이동한다거나, 키보드의 방향키로 이동한다거나 말이다. 그리고 항상 활성화하는 기능도 있으면 좋겠다. 이를 구현해보자. 먼저 이동방식을 선택할 수 있는 메뉴를 만들어야 한다. def make_menu(self):#우클릭메뉴 설정 self.menu = QtWidgets.QMenu("context menu", self) self.menu_movegroup = QtWidgets.QActionGroup(self.menu) self.menu_move_mouse = QtWidgets.QAction("마우스 이동") self.menu_move..

https://github.com/kairess/animated-wallpaper-sticker GitHub - kairess/animated-wallpaper-sticker: Animated wallpaper sticker using PyQt5 with Python. Put gif animations on your desk Animated wallpaper sticker using PyQt5 with Python. Put gif animations on your desktop. - GitHub - kairess/animated-wallpaper-sticker: Animated wallpaper sticker using PyQt5 with Python. Put gif an... github.com 인터넷..