Skip to content

Commit

Permalink
#10: Fixed $project with pyGATs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysoev, Vladimir committed Dec 28, 2022
1 parent 6a77546 commit d5fa168
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
$project
pyGATs
========

**This library is in development process. API is not stabilized yet. It will
be completly changed soon.**


$project is python3 library which combines power of pyautogui, opencv, tesseract,
pyGATs tis python3 library which combines power of pyautogui, opencv, tesseract,
markdown and other staff to automate end-to-end and exploratorytesting.

This library might be used to automate testing process with Xvbf and docker.

$project depends on pyautogui, pytesseract, opencv and others. Please see section
pyGATs depends on pyautogui, pytesseract, opencv and others. Please see section
dependencies in pyproject.toml file.,
by providing a basic explanation of how to do it easily.

Look how easy it is to use:

import project
import pygats
# Get your stuff done
project.do_stuff()
pygats.do_stuff()

Features
--------
Expand All @@ -32,15 +32,15 @@ Features
Installation
------------

Install $project by running:
Install pyGATs by running:

install project
install pygats

Contribute
----------

- Issue Tracker: github.com/IntegraSDL/$project/issues
- Source Code: github.com/IntegraSDL/$project
- Issue Tracker: github.com/IntegraSDL/pygats/issues
- Source Code: github.com/IntegraSDL/pygats

Support
-------
Expand Down

0 comments on commit d5fa168

Please sign in to comment.