Skip to content

linychuo/SQLiteClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite client tool

Dependencies

  • wxPython
  • pyinstaller
  • yapf

Development

  1. Please install python3!!!
  2. Clone this repository
git clone https://github.com/linychuo/SQLiteClient.git
  1. You could run dev behind root dir
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