- Check this library out for your tasks and provide feedbacks.
- Create interesting examples showing the power of automation and add it to the examples directory.
- Raise/Resolve bugs that you find while testing out the library.
- Improve the documentation by making it more clearer via images/videos etc.
- Suggest "cool to have" features by raising it as issues.
- Contribute in building these features.
- lets be pythonic. keep things simple, beautiful and extensible.
- give meaningful names to variables and functions.
Assuming you have python installed in your system, you can clone this repository and install the dependencies froom the requirements.txt
pip install --upgrade pip
pip install -r requirements.txt