is Python accessible?

2019-05-19 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
is Python accessible? hi, I want to get into coding in Python. I want to know if Python is accessible for NVDA. thanks. URL: https://forum.audiogames.net/post/434709/#p434709 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukogl

Re: is Python accessible?

2019-05-19 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi, thanks for the replies. I am going to try out EdSharp  and see how it goes. URL: https://forum.audiogames.net/post/434843/#p434843 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/

Re: is Python accessible?

2019-05-20 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi, What is the difference between notepad ++ and notepad. URL: https://forum.audiogames.net/post/434891/#p434891 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audi

Re: is Python accessible?

2019-05-20 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi, I have a question. How do you test your code? I am using EdSharp. URL: https://forum.audiogames.net/post/435134/#p435134 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/li

Re: is Python accessible?

2019-05-20 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi, so do i need to download a command line tool? I use windows 10. URL: https://forum.audiogames.net/post/435142/#p435142 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/list

Re: is Python accessible?

2019-05-21 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi, @16 when i run that command it says invalid syntax. What is causing this? URL: https://forum.audiogames.net/post/435211/#p435211 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/ma

Re: is Python accessible?

2019-05-21 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi, @18 it says " scrippython script.py  File "", line 1    scrippython script.py                     ^SyntaxError: invalid syntax>>>" URL: https://forum.audiogames.net/post/435238/#p435238 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-

Re: is Python accessible?

2019-05-21 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi, @20 it still says ">>> python script.py  File "", line 1    python script.py                ^SyntaxError: invalid syntax"script.py being the file where my code is. @16 said to save the file as a text file and change it to .py. URL: https://forum.audiogames.net

Re: is Python accessible?

2019-05-21 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi, is windows command line command prompt? URL: https://forum.audiogames.net/post/435280/#p435280 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflecto

Re: is Python accessible?

2019-05-21 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi, when I use command prompt it says python is not recognised as an internal or external command. URL: https://forum.audiogames.net/post/435313/#p435313 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-guc

Re: is Python accessible?

2019-05-21 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi, @28 my code is print ("hello world") I will try to add python to the system variable. URL: https://forum.audiogames.net/post/435464/#p435464 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.co

Re: is Python accessible?

2019-05-22 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi, I am using python 3.6. Will the parenthesis still confuse it? URL: https://forum.audiogames.net/post/435720/#p435720 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listin

Re: is Python accessible?

2019-05-23 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi, How do you add python to the system variable? I am confused. URL: https://forum.audiogames.net/post/435801/#p435801 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinf

Re: is Python accessible?

2019-05-23 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi,@36 it worked. But when I run the command it says: C:\WINDOWS\system32>python script.pypython: can't open file 'script.py': [Errno 2] No such file or directorythe test.py is my test code. It is saved in the desk top. the code is: print("hello, world")I am using

Re: is Python accessible?

2019-05-23 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi,@36 it worked. But when I run the command it says: C:\WINDOWS\system32>python script.pypython: can't open file 'test.py': [Errno 2] No such file or directorythe test.py is my test code. It is saved in the desk top. the code is: print("hello, world")I am using py

Re: is Python accessible?

2019-05-23 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi,@36 it worked. But when I run the command it says: C:\WINDOWS\system32>python test.pypython: can't open file 'test.py': [Errno 2] No such file or directorythe test.py is my test code. It is saved in the desk top. the code is: print("hello, world")I am using pyth

Re: is Python accessible?

2019-05-23 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi, it worked thanks. URL: https://forum.audiogames.net/post/435873/#p435873 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: is Python accessible?

2019-05-23 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: is Python accessible? hi,is there some tutorials on how to use python?thanks. URL: https://forum.audiogames.net/post/435876/#p435876 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audioga

help with discord bot

2019-06-08 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
help with discord bot hi, so i am new in coding discord bots in _javascript_. I want to create a ?bug command where when the user types ?bug | and the bug report will be sent to an admin only channel where the bot will say " reported by user: bug: steps to reproduce: " is there anyway to

Re: Developing a new social network for the blind and visually impaired

2019-06-08 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: Developing a new social network for the blind and visually impaired hi, so is this social network going to be like twitter, or facebook? URL: https://forum.audiogames.net/post/439514/#p439514 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https:

Re: help with discord bot

2019-06-08 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: help with discord bot hi, @2 i am still confused. i'll paste my code below. code: const Discord = require('discord.js')const client = new Discord.Client()client.on('ready', () => {    client.user.setActivity("with the chat")});client.on("message", async message => {    if (message.conte

Re: help with discord bot

2019-06-08 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: help with discord bot @4 the bug command does not work yet. that is why i am asking help here. URL: https://forum.audiogames.net/post/439737/#p439737 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman

Re: help with discord bot

2019-06-08 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: help with discord bot @4 the bug command does not work yet. that is why i am asking help here. also if you want to read the tutorial of making discord bot in _javascript_ click here URL: https://forum.audiogames.net/post/439737/#p439737 -- Audiogames-reflector mailing list Audioga

Re: help with discord bot

2019-06-09 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: help with discord bot hi, sorry for double posting. is it possible to use .split when you have a if message.content === "message" line? i don't have a command parser yet. URL: https://forum.audiogames.net/post/440021/#p440021 -- Audiogames-reflector mailing list Audiogames-reflect

Re: help with discord bot

2019-06-10 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: help with discord bot hi, @7 idk why. i just searched a tutorial and just copied and paste the code. so i think. URL: https://forum.audiogames.net/post/440106/#p440106 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.c

Re: help with discord bot

2019-06-10 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: help with discord bot hi, @7 when i was asking for help in the discord server someone sent me that code. i think it is a js thing. URL: https://forum.audiogames.net/post/440297/#p440297 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://saba

Re: Developing a new social network for the blind and visually impaired

2019-06-11 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: Developing a new social network for the blind and visually impaired hi, I agree with @2 don't we have enough?twitter, facebook, reddit, discord, instagram, and more. URL: https://forum.audiogames.net/post/440422/#p440422 -- Audiogames-reflector mailing list Audiogames-reflector@sa

Re: an accessible version of python please

2019-06-14 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: an accessible version of python please this should be in the developers room. URL: https://forum.audiogames.net/post/441422/#p441422 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audioga

Re: accessible ide need suggestion

2019-07-08 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: accessible ide need suggestion i use visual studio code for programming in _javascript_. it is fully accessible. URL: https://forum.audiogames.net/post/447488/#p447488 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.c

so i have a freenom domain. How can i upload my html file?

2019-07-09 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
so i have a freenom domain. How can i upload my html file? ok this question might sound stupid but, How do i upload my html file to my website? i got the domain from freenom. I already have my html files ready to go. the only problem is i cant upload it to freenom. URL: https://forum.audio

Re: so i have a freenom domain. How can i upload my html file?

2019-07-10 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: so i have a freenom domain. How can i upload my html file? hi, any suggestions for a good web hosting service? URL: https://forum.audiogames.net/post/447973/#p447973 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com

Re: so i have a freenom domain. How can i upload my html file?

2019-07-11 Thread AudioGames . net ForumDevelopers room : blindaudiogamer via Audiogames-reflector
Re: so i have a freenom domain. How can i upload my html file? hi,thanks for all your input. I decided to use infinityfree.net. because it is free and according to what i saw on the internet reliable. URL: https://forum.audiogames.net/post/448144/#p448144 -- Audiogames-reflector maili