Re: Make python talk

2020-04-20 Thread AudioGames . net ForumDevelopers room : Cerulean via Audiogames-reflector
Re: Make python talk @#5 Thanks for letting me know my scripts work on a Mac! Appreciate that. As for a graphical interface, I am not the best one to ask as I am still new to graphical programming. However, In my lemonade stand game, I did manage to incorporate those scripts into a audio

Re: Seeking advice on game publishing

2020-04-15 Thread AudioGames . net ForumDevelopers room : Cerulean via Audiogames-reflector
Re: Seeking advice on game publishing Wow, you guys are awesome!! Thanks so much, you have given me much to think about and a lot of info I didn't know this morning.   I am definately not yet ready for commercial productions, as my lemonade stand game has demonstrated, but you all have

Re: Seeking advice on game publishing

2020-04-15 Thread AudioGames . net ForumDevelopers room : Cerulean via Audiogames-reflector
Re: Seeking advice on game publishing Thank you, that info was very helpful. I doubt I will be using steam. drm is a new concept to me and I will be looking into this as a possible solution. I guess my biggest issue might be the fact that I often do not know how to phrase what it is i am

Seeking advice on game publishing

2020-04-15 Thread AudioGames . net ForumDevelopers room : Cerulean via Audiogames-reflector
Seeking advice on game publishing Hello AG.net!I am a python developer and am looking at different ways to publish my games. I am wondering what the best way to do this might be for someone like me, a one-man developer, working from his home office. I have read quite a bit about hosting on

Re: Make python talk

2020-04-14 Thread AudioGames . net ForumDevelopers room : Cerulean via Audiogames-reflector
Re: Make python talk Thanks!! @#3, I do not know if they work on a mac, I dont have one so can not test it. If you find that they do, please let me know. I want to make some documentation for those. Happy you like them. URL: https://forum.audiogames.net/post/519596/#p519596 --

Re: A few questions about python accessibility

2020-04-14 Thread AudioGames . net ForumDevelopers room : Cerulean via Audiogames-reflector
Re: A few questions about python accessibility @magurp244 very nice of you to offer a code example. I offer one piece of advice because I too use pygame and have seen this happen when i turned my .py file into a .exe.pygame seems to have difficulty loading fonts when it has been compiled

Re: Mac Pyinstaller error with accessible_output2

2020-04-14 Thread AudioGames . net ForumDevelopers room : Cerulean via Audiogames-reflector
Re: Mac Pyinstaller error with accessible_output2 Hi, I had trouble with ao2 on windows, I do not have a mac, but I offer this, in the hopes it may help. I added accessible-output2 to the hidden imports list in my .spec file. hiddenimports=['accessible_output2'], URL:

Re: Python help!

2020-04-14 Thread AudioGames . net ForumDevelopers room : Cerulean via Audiogames-reflector
Re: Python help! I see this is a very old post, but people often search the forums with questions like this. My friend over at nathantech.net has made a really nice audio tutorial on coding in python. I personally recommend this as it helped me get started.

Make python talk

2020-04-14 Thread AudioGames . net ForumDevelopers room : Cerulean via Audiogames-reflector
Make python talk If you are a python developer like me who is looking for an easy way to make your programs speak using TTs, I offer this tutorial and a free set of python scripts which any python developer may use. I hope someone out there finds this  useful.You can find the tutorial and