This is an android toolbox write by kivy. I'll keep updating...
Introduction:
This app is contributed by four main directories: libs
, libWidget
, Layout
, and config
.
libs
if for storing some function scripts.libWidget
is the GUI logic of each "Tabs" with pairedkv
file inLayout
. Finally,config
is holding some data for initializing the App
Functions:
- Chinese Font Switch
- Dynamic Tabs manager
- Editor
- Web Server
- Opencv and Camera
- Video Crop
- Set a thresholds
- different format for output
- Slice
This is a test function. You can change the font of the text you typed in with a menu button.
Dynamic Tbas manager
Home page config
I moved the dictionary for tabs-initialize into Navi.json
in config
directory. So, the main.py
looks much tidy now. You can open and close tabs free. But you may counter some bug if you opened two or more same tabs.
Details for editor This Tap makes you create/change files much easier than using other android apps since it reading files with python. You can read all text files by ignoring the suffix of the files. For example, '*.md', "*.fasta", "*.css"
This is a sample http server which achieved by http.server
and socketserver
. It was run in the background with the help of threading
You can either open the default browser or using the android webbrowser server to start it. The code of android webbrowser was written by RobertFlatt and published in RobertFlatt /Android-for-Python . He also contributed lots of other awesome functions and examples of widgets.
This is a Widget for deleting the same frames. It works as:
Error Code:
Video Corp
- 501: "CV_video_crop.py", function
update
: self.texture.blit_buffer failed.