maliang
A lightweight UI framework based on tkinter with all UI drawn in Canvas!๐จ
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- documentation.yml
- feature_request.yml
- coverage.yml
- github-pages.yml
- python-package.yml
- python-publish.yml
- dependabot.yml
- FUNDING.yml
- PULL_REQUEST_TEMPLATE.md
- 1.md
- 20240909-I-love-study.md
- .authors.yml
- index.md
- tags.md
- index.md
- statistics_template.html
- 1.md
- 2.md
- 3.md
- 4.md
- 1.md
- 2.md
- index.md
- index.md
- third-party.md
- 1.md
- 2.md
- 3.md
- 4.md
- 5.md
- 6.md
- index.md
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- index.md
- LICENSE.md
- logo.png
- SECURITY.md
- Sponsor.md
- wechat.png
- mkdocs.yml
- comments.html
- header.html
- blog-post.html
- blog.html
- main.html
- statistics_template.html
- 1.md
- 2.md
- 3.md
- 4.md
- 1.md
- 2.md
- index.md
- index.md
- third-party.md
- 1.md
- 2.md
- 3.md
- 4.md
- 5.md
- 6.md
- index.md
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- Contact.md
- CONTRIBUTING.md
- index.md
- LICENSE.md
- logo.png
- requirements.txt
- SECURITY.md
- share.dark.png
- share.light.png
- Sponsor.md
- wechat.png
- ๅ จๆฏๅฐ็ๅฐๅๅก.mp3
- __init__.py
- animations.py
- controllers.py
- __init__.py
- colortable.py
- convert.py
- hsl.py
- rgb.py
- __init__.py
- configs.py
- containers.py
- virtual.py
- __init__.py
- dialogs.py
- features.py
- images.py
- shapes.py
- styles.py
- texts.py
- widgets.py
- __init__.py
- manager.py
- __init__.py
- enhanced.py
- utility.py
- __init__.py
- FiraCode.ttf
- logo.ico
- logo.png
- __init__.py
- test_animations.py
- test_contollers.py
- __init__.py
- test_convert.py
- test_hsl.py
- test_rgb.py
- __init__.py
- test_configs.py
- test_containers.py
- test_virtual.py
- __init__.py
- __init__.py
- test_manager.py
- __init__.py
- test_enhanced.py
- test_utility.py
- __init__.py
- .gitignore
- CHANGELOG.md
- CITATION.cff
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE.txt
- mkdocs.yml
- pyproject.toml
- README.md
- README.zh-Hans.md
- README.zh-Hant.md
- SECURITY.md
# Installation Guide
git clone https://github.com/Xiaokang2022/maliang
Downloads the entire project code from GitHub to your computer.
cd maliang
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install maliang
Installs the package published on PyPI directly โ no need to clone the source.
pip install maliang[opt]
Installs the package published on PyPI directly โ no need to clone the source.
pip install maliang[ext]
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install maliang
Installs the package published on PyPI directly โ no need to clone the source.
pip install maliang[opt]
Installs the package published on PyPI directly โ no need to clone the source.
pip install maliang[ext]
Installs the package published on PyPI directly โ no need to clone the source.
Pulled directly from this repo's README.
