项目作者: linychuo

项目描述 :
SQLite Client GUI Tool
高级语言: Python
项目地址: git://github.com/linychuo/SQLiteClient.git
创建时间: 2012-04-13T10:15:17Z
项目社区:https://github.com/linychuo/SQLiteClient

开源协议:MIT License

下载


SQLite client tool

Dependencies

  • wxPython
  • pyinstaller
  • yapf

Development

  1. Please install python3!!!
  2. Clone this repository
    1. git clone https://github.com/linychuo/SQLiteClient.git
  3. You could run dev behind root dir
    ```bash
    Usage dev [command]

where [command] is one of:
init create new virtual env
active active virtual env
deactive deactive virtual env
prepare install all dependencies
build package exe file
fmt formatting all py files
clean clean
```