tlentali / pycht

✂️🎨 Streetart by clustering
MIT License
23 stars 5 forks source link

Docstring for `pycht.py` #14

Open tlentali opened 1 year ago

tlentali commented 1 year ago

In order to reach the highest pylint note, I added some doc-string in each beginning of each script. But I didn't fill it correctly.

https://github.com/tlentali/pycht/blob/31e3e5323f52eb556648e83d04be304bbf1cec37/pycht/pycht.py#L1-L3

Should be :

`pycht.py` script contains a `pytch` class that call `ImageProcessing` and `Clustering` classes in order to run the whole code at once.

It should serve as a quick reference to all the functions and arguments.

Docstring format :