Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Can i use pygame and just send .py files?

(+1)

You can use pyinstaller to make the pygame game into an .exe. To install pyinstaller, just type: pip install pyinstaller in the command prompt. I would recommend following this tutorial 

oh thanks

Your welcome!