All public logs

Jump to navigation Jump to search

Combined display of all available logs of creative crowd wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:29, 7 April 2023 Manetta talk contribs created page AsciiWriter/sinus.py (Created page with "==sinus.py== <syntaxhighlight lang="python"> from asciiWriter.patterns import sinus_vertical from asciiWriter.utils import make_lines, visit, print_lines, merge from asciiWriter.marks import sentence, space # Define width and height of the output width = 70 height = 25 # As we draw multiple sinoids we will collect # them in a list of layers layers = [] # Loop through a range of X, X in steps of X # (the amount of loops is the amount of layers) for x in range(-50, 50,...")