Re: accessible programing languages for the blind?

2017-03-11 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: accessible programing languages for the blind? Hello to all of you, i have another problem.How can i install accessible output for python?what i am doing:I go to the file directory with the command prompt.I type:pip install setup.py.My error looks something like this, collecting

Re: accessible programing languages for the blind?

2016-08-28 Thread AudioGames . net Forum — Developers room : CAE_Jones via Audiogames-reflector
Re: accessible programing languages for the blind? Re: graphicsYou can do graphics with Python. The trick isn't to do with the language, so much as your understanding and patience etc with developing graphics.I've found that, if the game is interesting enough, sighted people might try

Re: accessible programing languages for the blind?

2016-08-28 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: accessible programing languages for the blind? @brian.kurosawaPyinstaller and Py2exe added python 3 support a few years ago so they should be good, and so does Pyglet and Pygame, although there could be a few hickups here and there.@ashleygrobler04Python has a number of modules

Re: accessible programing languages for the blind?

2016-08-28 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: accessible programing languages for the blind? so is there something that i can use that i can put grafix with an audiogame?because i feel like making games for mainstreem gamers.i want sighted people to play with blind people also.but i dont want the sighted people to listen

Re: accessible programing languages for the blind?

2016-08-28 Thread AudioGames . net Forum — Developers room : lukas via Audiogames-reflector
Re: accessible programing languages for the blind? Python is not an environment like BGT, which is just a scripting language, simplified in many ways, but powerful in a special subset of programming that it focuses on. Python is a full-fledged opensource programming language. That means

Re: accessible programing languages for the blind?

2016-08-28 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: accessible programing languages for the blind? does it have text to speach options, and can i make audiogames for the blind with grafix? URL: http://forum.audiogames.net/viewtopic.php?pid=276564#p276564 ___ Audiogames-reflector mailing

Re: accessible programing languages for the blind?

2016-08-28 Thread AudioGames . net Forum — Developers room : brian . kurosawa via Audiogames-reflector
Re: accessible programing languages for the blind? Get it on http://www.python.org URL: http://forum.audiogames.net/viewtopic.php?pid=276550#p276550 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https

Re: accessible programing languages for the blind?

2016-08-28 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: accessible programing languages for the blind? is python accessible?if it is accessable can someone please give me the link to download it for free?and if there is a pro vertion available please tell me about the diffirences about the 2 applications? URL: http://forum.audiogames.net

Re: accessible programing languages for the blind?

2016-08-28 Thread AudioGames . net Forum — Developers room : brian . kurosawa via Audiogames-reflector
Re: accessible programing languages for the blind? If do you want to make a game with grafix, i recomend you python and the pygame or pyglet library. And these programs has compatibility for python 3.x too? URL: http://forum.audiogames.net/viewtopic.php?pid=276544#p276544

Re: accessible programing languages for the blind?

2016-08-28 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: accessible programing languages for the blind? hello,with using dlls that have simple wrappers, yup, otherwise with bgt itself, nope URL: http://forum.audiogames.net/viewtopic.php?pid=276530#p276530 ___ Audiogames-reflector mailing list

Re: accessible programing languages for the blind?

2016-08-27 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
Re: accessible programing languages for the blind? can i use grafix in BGT?and if it is possibale, how can i do it can some one just write the code sothat i can see? URL: http://forum.audiogames.net/viewtopic.php?pid=276524#p276524

Re: accessible programing languages for the blind?

2016-08-27 Thread AudioGames . net Forum — Developers room : visualstudio via Audiogames-reflector
Re: accessible programing languages for the blind? hello,at least the worst think about python for blind people is indentationbut, if you want to learn an easier language than C++, i recommend it to you, no memory management, compatibility between most of operating system (if you use

Re: accessible programing languages for the blind?

2016-08-27 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: accessible programing languages for the blind? You need a separate program to package python excecutables, Pyinstaller and Py2exe are the more common ones, though there are others like cx_freeze if you run into compatibility issues.With your second question, are you referring

Re: accessible programing languages for the blind?

2016-08-27 Thread AudioGames . net Forum — Developers room : brian . kurosawa via Audiogames-reflector
Re: accessible programing languages for the blind? About these programming languages i have some questions:1=Is there a way to compille a python file into executables with command line, or i have to use any module?2=The unic way that i don't get too confused is identinf with notepad

Re: accessible programing languages for the blind?

2016-08-27 Thread AudioGames . net Forum — Developers room : magurp244 via Audiogames-reflector
Re: accessible programing languages for the blind? Generally speaking, all programming languages are accessible to an extent largely because all you need to write code is a simple text editor. Running or compiling that code though can be a bit involved at times. The most accessible method

Re: accessible programing languages for the blind?

2016-08-27 Thread AudioGames . net Forum — Developers room : Figment via Audiogames-reflector
Re: accessible programing languages for the blind? My personal favorite is Pure Basic. URL: http://forum.audiogames.net/viewtopic.php?pid=276434#p276434 ___ Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: accessible programing languages for the blind?

2016-08-27 Thread AudioGames . net Forum — Developers room : CAE_Jones via Audiogames-reflector
Re: accessible programing languages for the blind? Visual Studio can never seem to decide if it wants to be accessible or not. Otherwise, you're golden. Especially if you learn to compile from the command line (gcc, javac, etc). URL: http://forum.audiogames.net/viewtopic.php?pid=276395

accessible programing languages for the blind?

2016-08-27 Thread AudioGames . net Forum — Developers room : ashleygrobler04 via Audiogames-reflector
accessible programing languages for the blind? hello guis.i am ashley, and i want to ask you all if there is not an accessible programing language for the blind with the compiler and every thing that it requiers to work.i know about bgt and i like it.but i want to learn a new language