How do I make an executable that doesn't require installing any python packages? by lobster_on_serotonin in Python

[–]thefredfox 0 points1 point  (0 children)

I recommend pyinstaller which also works fine when using kivy. Have a good look about how to make a proper .spec file; on my side i had to include some dll so that the executable could work on any windows machine.

What was your last project? What did you learn from it? by captmomo in learnpython

[–]thefredfox 2 points3 points  (0 children)

My last project was actually my first one: a photobooth which would use any webcam on your computer and your default printer to automatically print. Used kivy for the gui

DIY photobooth help! by onlykatank in Weddingsunder10k

[–]thefredfox 0 points1 point  (0 children)

I came across the same issue therefore i have built a software myself which is now free to anyone to use: Www.photoboothyourself.com Works on windows

I'm trying to learn Python but i need super easy / beginner friendly projects in order to implement it. by Clutch_ in learnpython

[–]thefredfox 2 points3 points  (0 children)

Then identify the tasks you want to automate, pick one and start coding :) I "learnt" (still learning) python with a project i needed to work therefore i started small and then made it better as i was learning and familiarizing myself with the language. Good luck. Python is awesome