# YouQu > YouQu, a simple and powerful autotest framework. ![PyPI](https://img.shields.io/pypi/v/youqu?style=flat&logo=github&link=https%3A%2F%2Fpypi.org%2Fproject%2Fyouqu%2F) ![PyPI - License](https://img.shields.io/pypi/l/youqu) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/youqu) ![PyPI - Wheel](https://img.shields.io/pypi/wheel/youqu) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/youqu) [![Downloads](https://static.pepy.tech/badge/youqu/week)](https://pepy.tech/project/youqu) [![Downloads](https://static.pepy.tech/badge/youqu/month)](https://pepy.tech/project/youqu) [![Downloads](https://static.pepy.tech/badge/youqu)](https://pepy.tech/project/youqu) ![GitHub repo size](https://img.shields.io/github/repo-size/linuxdeepin/deepin-autotest-framework) English | [简体中文](README.zh_CN.md) YouQu is an automated testing basic framework designed and developed by Deepin Technology. It adopts the design concept of hierarchical structure, supports multiple element positioning and assertion, use case label management and execution, powerful log and report output and other special functions. At the same time, it is perfectly compatible with X11 and Wayland display protocols, the environment deployment is simple, and the operation is easy to use. ## Installation - Installing from PyPI: ```shel sudo pip3 install youqu ``` create a project: ```shell youqu-startproject my_project ``` Installation dependencies: ```sh cd my_project bash env.sh ``` - Install from source code: ```sh git clone https://github.com/linuxdeepin/deepin-autotest-framework.git my_project cd my_project bash env.sh ``` ## Usage ```sh youqu manage.py run ``` ## Documentations - [Documents](https://mikigo.github.io/youqu-docs/) ## Getting help - [Official Forum](https://bbs.deepin.org/) for generic discussion and help. - [Developer Center](https://github.com/linuxdeepin/developer-center) for BUG report and suggestions. - [Wiki](https://wiki.deepin.org/) ## Getting involved We encourage you to report issues and contribute changes - [Contribution guide for developers](https://github.com/linuxdeepin/developer-center/wiki/Contribution-Guidelines-for-Developers-en) (English) - [Translate for your language on Transifex](#) *please update to the actual Transifex link of this project* ## License YouQu is licensed under [GPL-2.0-only](LICENSE)