Posts

Showing posts from March, 2021

Can't find the code you're looking for? Just Suggest a Snippet and I'll add it :)

Executing Shell Commands with Python within a script

import os os.system("your_command_here")

SNAPPED!

Popular posts from this blog

Append to a json file python

Setup Mailhog mail server on Ubuntu