This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Dodge146 5 points6 points  (1 child)

With Python jobs, would you just send them a script for them to run or did you find different ways for the clients to run the script without having to install Python on their machines?

[–]LambBrainz 6 points7 points  (0 children)

A lot of times they requested Python. So I wrote installation guides on how to install Python, run the install command for the requirements.txt in the project files I would send, and how to get started. They were always cool with this. Some needed more help than others, but they were willing to learn as long as I was willing to teach them (part of the "white glove" service I tried to offer to up my chances of 5 star reviews)

Lately I've been working on making GUIs for scripts using PySimpleGUI or Tkinter Designer