The dictionaries for german and spanish are included.
The Android Version is tested for Android 11 .
The binary Version is tested for Ubuntu 20.04.6 LTS .
The pre alpha Version is more a beta Version and usable.
The double click for search on the left side must be longer and or double
because of an issue from KivyMD1.....
The Search Results Window at the top is just one line for Android instead of the bin Version.
In both cases the Window is scrollable. The precise needs a double click to show the translation
in the window at the bottom!!!
python3.10 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install https://github.com/kivymd/KivyMD/archive/master.zip
git clone https://github.com/kivymd/KivyMD.git
git clone https://github.com/kivy/kivy.git
mkdir './KivyMD/examples/examples'
cp './KivyMD/examples/common_app.py' './KivyMD/examples/examples/common_app.py'
python3 './KivyMD/examples/hero.py'
python3 './kivy/examples/audio/main.py'
git clone https://git.code.sf.net/p/d5xdxf/code d5xdxf-code
python3 './KivyMD/examples/appbar.py'
python3 './KivyMD/examples/badge.py'
python3 './KivyMD/examples/bottomappbar.py'
python3 './KivyMD/examples/bottomsheet.py'
python3 './KivyMD/examples/button.py'
python3 './KivyMD/examples/card.py'
python3 './KivyMD/examples/checkbox.py'
python3 './KivyMD/examples/chip.py'
python3 './KivyMD/examples/datepicker.py'
python3 './KivyMD/examples/dialog.py'
python3 './KivyMD/examples/dropdownitem.py'
for name_color in self.theme_cls.dict.keys():
python3 './KivyMD/examples/dynamic_color_image.py'
python3 './KivyMD/examples/dynamic_color_schemes.py'
python3 './KivyMD/examples/expansionpanel.py'
python3 './KivyMD/examples/hero.py'
python3 './KivyMD/examples/imagelist.py'
python3 './KivyMD/examples/label.py'
python3 './KivyMD/examples/list.py'
python3 './KivyMD/examples/material_scroll.py'
python3 './KivyMD/examples/md_axis_transition.py'
python3 './KivyMD/examples/md_transitions.py'
python3 './KivyMD/examples/navigation_bar.py'
python3 './KivyMD/examples/navigationdrawer.py'
python3 './KivyMD/examples/navigation_rail.py'
python3 './KivyMD/examples/progressindicator.py'
python3 './KivyMD/examples/segmented_button.py'
python3 './KivyMD/examples/slider.py'
python3 './KivyMD/examples/snackbar.py'
python3 './KivyMD/examples/switch.py'
python3 './KivyMD/examples/tab.py'
python3 './KivyMD/examples/textfield.py'
python3 './KivyMD/examples/timepicker.py'
python3 './KivyMD/examples/tooltip.py'
sudo apt install python3.10-dev
pyinstaller d5xdxf.spec
pip3 install --upgrade buildozer
(.venv) buildozer init
File buildozer.spec created, ready to customize!
sudo apt install -y git zip unzip openjdk-17-jdk python3-pip autoconf libtool pkg-config zlib1g-dev libncurses5-dev libncursesw5-dev libtinfo5 cmake libffi-dev libssl-dev
pip3 install --upgrade Cython==0.29.33 virtualenv
buildozer appclean
buildozer -v android debug
(.venv)$ ls -lah d5xdxf-code/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/myapp/build/outputs/apk/debug/myapp-debug.apk
-rw-rw-r-- 1 xxx xxx 72M Jun 19 22:04 d5xdxf-code/.buildozer/android/platform/build-arm64-v8a_armeabi-v7a/dists/myapp/build/outputs/apk/debug/myapp-debug.apk
buildozer android deploy run logcat
cd 'd5xdxf_kivyMD2'
source .venv/bin/activate
cd d5xdxf-code
buildozer -v android debug
pyinstaller d5xdxf.spec
Welcome to your wiki!
This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
The wiki uses Markdown syntax.