Skip to content

Latest commit

 

History

History
82 lines (77 loc) · 2.32 KB

DEVELOP.md

File metadata and controls

82 lines (77 loc) · 2.32 KB

Utilized Modules

Python Standard Library

Other

  • gettext (currently commented out)
  • keyboard
  • imtools
  • PIL
    • Image
    • ImageTk
  • pygame
    • gfxdraw
    • locals
  • PyInstaller
    • main
  • pymsgbox
    • _native_win
  • pywin32
    • win32
    • win32api
      • GetMonitorInfo
      • MonitorFromPoint
    • win32com
      • client.Dispatch
    • win32con
  • tkinter (as tk)
    • ttk
  • webbrowser
  • win10toast
    • ToastNotifier
  • win32gui
  • winshell

Part of GWSL

  • animator (as anima)
  • blur
  • exe_layer
    • cmd
  • GWSL_profiles (as profile)
  • iset
  • OpticUI (as ui)
  • singleton
  • systray
    • SysTrayIcon (as tray)
  • win32adapter
  • wsl_tools (as tools)