Skip to content
  • About
  • Contact
    • Gracias un chingo

Python Marketer

Cross-Disciplinary Programming Explorations

Month: November 2018

Written by pythonmarketerNovember 25, 2018June 19, 2020

Automated Python With Windows Task Scheduler

So you want to run your Python scripts automatically, but how? I had heard of several popular scheduling libraries in Python like celery, Invoke, and schedule. One of my requirements is to run the python file “in the background”, not in command prompt or an open window. Enter Windows Task Scheduler, the de facto scheduler on […]

Written by pythonmarketerNovember 20, 2018March 21, 2020

Packaging Python as a Windows App via Pyinstaller

My research found that for creating a single-file Windows executable from a .py file, the front-running Python library is Pyinstaller. It worked on my Windows 7 PC. My program used a Gooey GUI, but many of the popular Python GUI libraries work as well. Installation: To install, enter this into command your command prompt or […]

Blog at WordPress.com.
Cancel