31
edits
Jan Dropmann (talk | contribs) No edit summary |
Jan Dropmann (talk | contribs) |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 16: | Line 16: | ||
[[File:Metalrain.png|400px|thumb|left]] | [[File:Metalrain.png|400px|thumb|left]] | ||
<br style="clear:both"> | <br style="clear:both"> | ||
===== Link to the GitHub project ===== | |||
'''https://github.com/JHDROP/TwitterImageBot.git''' | |||
===== Source Code ===== | ===== Source Code ===== | ||
<source lang="python"> | <source lang="python"> | ||
"""importing the librarys needed for image processing""" | """importing the librarys needed for image processing""" | ||
| Line 208: | Line 215: | ||
return(sorted(interval, key = lambda x: x[0] + x[1] + x[2])) | return(sorted(interval, key = lambda x: x[0] + x[1] + x[2])) | ||
</source> | </source> | ||
==== Little Bot with Processing ==== | ==== Little Bot with Processing ==== | ||
'''Created a simple Bot and an animated GIF''' | '''Created a simple Bot and an animated GIF with Processing''' | ||
===== Screenshots ===== | ===== Screenshots ===== | ||
edits