Website-Finder/Python/README.md

22 lines
326 B
Markdown
Raw Permalink Normal View History

2022-12-11 20:00:36 +01:00
# Website-Finder: Python
This is specifically for Python 3.8+, this has not been tested for other versions
## REQUIREMENT
[Python](https://www.python.org/)
## HOW TO RUN
```sh
$ python index.py
```
```sh
$ python3 index.py
```
## OTHER STUFF
More details are available on [the readme in the root folder](../README.md)