Forums

Downloading an entire folder from Pythonanywhere to desktop

The easiest way to do that would be to use the zip command-line tool to get all of the files into one, and then to download that. Running man zip in a Bash console will show its help page, which is pretty detailed.

how can i make zip

Try running "zip" in a Bash console; it will print out an explanation of how to use it.