Skip to content

1000ship/remocon-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

21 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ Remocon for Desktop

You should use with 'https://github.com/1000ship/remocon-web'

Python and Javascript use websocket

My blog post(Korean)

=> https://blog.naver.com/cjstjdgur123/221843365322

๐Ÿ“‚ File set

  • main.py : this is main program, managing gui
  • remocon.py : about web-socket server and use pyautogui

๐Ÿ“ฆ You should install these librarys before using

  • Need Lib : asyncio, websockets, pyautogui, opencv-python, qrcode, pyinstaller
  • 'opencv-python' is optional, but it will enhance program speed
  • 'pyinstaller' is for build

๐Ÿ— PyInstaller Build

  • folder ๋‹จ์œ„๋กœ ๋นŒ๋“œ (Build to folder with pyInstaller)
sudo pyinstaller --clean -n 'Remocon' --icon appicon.ico -y --onedir --osx-bundle-identifier me.1000ship.remocon --hidden-import=tkinter --hidden-import=pyautogui --hidden-import=websockets --hidden-import=qrcode --hidden-import=asyncio --add-binary='/System/Library/Frameworks/Tk.framework/Tk':'tk' --add-binary='/System/Library/Frameworks/Tcl.framework/Tcl':'tcl' main.py
  • app ํŒŒ์ผ ๋นŒ๋“œ (Build to app file with pyInstaller)
sudo pyinstaller --clean -n 'Remocon' --windowed --icon appicon.ico -y --onefile --osx-bundle-identifier me.1000ship.remocon --hidden-import=tkinter --hidden-import=pyautogui --hidden-import=websockets --hidden-import=qrcode --hidden-import=asyncio --add-binary='/System/Library/Frameworks/Tk.framework/Tk':'tk' --add-binary='/System/Library/Frameworks/Tcl.framework/Tcl':'tcl' main.py

About

๐Ÿ•น Remocon for desktop using python, pyautogui

Resources

Stars

Watchers

Forks

Contributors

Languages