22 lines
326 B
Markdown
22 lines
326 B
Markdown
|
# 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)
|