Metadata-Version: 2.1
Name: scenario-thinker
Version: 0.1.0.1
Summary: BDD and AI library
Home-page: https://github.com/me3eh/scenario_thinker
Author: Me3eh
Author-email: matt30002000@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv >=1.0.1
Requires-Dist: behave >=1.2.5
Requires-Dist: selenium >=4.26.1
Requires-Dist: openai >=0.27.8
Requires-Dist: flask >=3.0.3
Requires-Dist: Flask-Cors >=5.0.0

# Scenario Thinker
BDD and AI combined - generate yourself Python scripts in selenium using BDD scenarios.

# Setup
Before all, the best approach would be to make virtual environment:
```bash
python3 -m venv venv
```

After installing this library,
you can initialize all the files:
```bash
st_prepare
```

This will create flask server code in your project location. Also it will copy view for interacting with generating code itself, view for controlling generated 
and their styles and js scripts for them + .env file . It's highly recommended to not change them, unless you know what you're doing. 

