Skip to content

xiaxiaoyu1988/Lisa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lisa

A cross platform ui kit base on cefpython

Install

    pip install cefpython3==57.0

Windows Platform

    pip install pywin32

Package

Base on pyinstaller

    pip install pyinstaller

ToDo

  • Basic framework
  • config file support
  • Windows Support
    • Base on pywin32
    • Hide title bar
    • Custom window height and width
  • Mac OS Support
    • Base on PyObjC
    • Custom window height and width
    • Hide title bar
  • Linux Support
  • Front and back communication
    • Javascript callback
    • http protocol support @refer to bottle.py
      • http error handle
      • @route support function args
  • Database Support
    • Internal sqlite3 support
  • Example
    • helloworld
    • calljs
    • callpython
    • bootstrap
    • http
    • login
    • crossplatrom window custom