After 1 or 2 days of searching and trials, I finally found this gentleman and succeed in a few minutes. I'm almost crying. Million thanks.
@pirate9-cb7jb1gr9j9 ай бұрын
how to implement that into a real project like communicating python script in computer with android phone Bluetooth?
@jaehochoi80629 ай бұрын
@@pirate9-cb7jb1gr9j My trial was PC to PC. I am going to do with PC to Android but not now. Sorry for not being helpful.
@mfatihy70 Жыл бұрын
this was really cool. the shorter porjects are more interesting to me
@Mrmr-nw4eu Жыл бұрын
Can you make a video on how to know a python library is not actually malicious? How do you decide when introducing a python library in your videos, that it is 100% safe ?
@SjarMenace Жыл бұрын
Thiss
@alex59292 Жыл бұрын
If you go to package on pypi you can see source
@Mrmr-nw4eu Жыл бұрын
@@alex59292 Does it say "this package has been officially scanned for viruses and it's safe to use?" Obviously, download number is not a "malware safety" indication, either, right?
@alex59292 Жыл бұрын
@@Mrmr-nw4eu you can get literal pypi package source code
@Mrmr-nw4eu Жыл бұрын
@@alex59292 Are you saying that every Python tutor on youtube who teach or make Python tutorials go through the package source code and decipher it line by line to decide it is safe to recommend it to new learners before using it in their video?
@isojama1 Жыл бұрын
Nice one, using BT protocol !
@unknown__user__800 Жыл бұрын
This was very helpful,I've been trying to build this for quite a while but couldn't install pybluez, because it was not supported on the latest version of python and I couldn't find any documentation on Bluetooth socket communication.
@WILLMARFERNANDOROMEROMARIN Жыл бұрын
same problem
@puskarroy2116 Жыл бұрын
This is not working for me can you please help me?
@santiagohernandez6615 Жыл бұрын
that was amazing, I really learnt something new, thank you!!!
@moody_moon_coder Жыл бұрын
Great project bro, as always.
@michalbotor Жыл бұрын
this is insanely cool
@udageethdias10 ай бұрын
this is an really cool project. I tried it
@GoForwardPs349 ай бұрын
What happend to all the bluetooth stuff ilke GATT and ATTR, and bluetooth profiles? Does this mean just treat the bluetooth connection like a socket then forget all the Bluetooth documentation?
@7jonathan Жыл бұрын
Great tutorial man, which kind of data can we transfer through a Bluetooth connection?
@Not_BottleOfDev9 ай бұрын
I think the same ones that you can transfer via sockets.
@7jonathan9 ай бұрын
I was wondering if we could transfer a mobile app running state to use these data with an IOT device for example.
@ajuvinaju Жыл бұрын
its awesome dude. can you also make a tutorial on sending text with mobiles
@RyanAridi-b8c4 ай бұрын
Can this work to connect to any Bluetooth device trying to run Serial Port Profile?
@pirate9-cb7jb1gr9j9 ай бұрын
great tutorial. how to implement that into a real project like communicating python script in computer with android phone Bluetooth?
@kabalikali7439 Жыл бұрын
hey man can you make video about to discover nearby bluetooth devices without using pybluez(or pybluez2) or make video to discover devices in pybluez2 & transmit the data from one device to another device(like pc to mobile phone)
@Traverser_25 Жыл бұрын
Can we connect it to mobile device Bluetooth? Like with Qpython 3L app?
@laxyakumar9440 Жыл бұрын
would you know how I could connect this to a GUI, like tkinter?
@francisvincejaca407710 ай бұрын
is the user interface from the mac a terminal or did he code anything extra to make a UI?
@freepythoncode Жыл бұрын
Thank you so much 🙂❤
@muralidharan.m645 Жыл бұрын
Nice 👍
@dharikarsath885211 ай бұрын
I am using react native as client. I am able to connect but not able to send data, also connection does not happen through python server. how to send data to server with native. any help is highly appreciated. Thanks
@filippocaregnato4098 Жыл бұрын
Can I transfer also simulation from PyGame?
@girishjv1078 Жыл бұрын
Will this work between a raspberry pi and Android mobile??
@yalcni2638 Жыл бұрын
how to print the product of integers between two integers
@talshrem7286 Жыл бұрын
I was wondering, is it possible to put the client script on phone?
@Bsoul_music Жыл бұрын
Can this work on mobile devices?
@tcgvsocg1458 Жыл бұрын
Omen i9?
@kameshs4109 Жыл бұрын
Make vedio for wifi also
@NeuralNine Жыл бұрын
I have 4-5 tutorials on this channel. Search for TCP chat on my channel.
@g.s.3389 Жыл бұрын
client=socket.socket(socket.AF_BLUETOOTH, socket.SOCK_STREAM, socket.BTPROTO_RFCOMM) AttributeError: module 'socket' has no attribute 'AF_BLUETOOTH' how can I solve it?
@roccosgb8 ай бұрын
Did you solve it ??
@ankitchauhan24848 ай бұрын
upgrade python version to > 3.10
@zeren50058 ай бұрын
@@ankitchauhan2484bro tysm ive been truing for a day and a half wondering why socket.AF_BLUETOOTH wouldnt work.
@killerhakie Жыл бұрын
Is it possible to make a whatsapp chatbot in python???
@melol69 Жыл бұрын
yes, python is general-purpose
@Henry_Nunez Жыл бұрын
👍😄
@sad_man_no_talent5 ай бұрын
what da hell this guy changed his ide
@TppJay Жыл бұрын
My lapi don’t have bluetooth
@AlexandreRousselet Жыл бұрын
amazon sells some bluetooth sticker, that should make it
@NexusKiwi4 ай бұрын
Name of intro song?
@recepsimsek68374 ай бұрын
Pls code
@pottoker612 Жыл бұрын
A/S/L?
@JNET_Reloaded Жыл бұрын
where is the code so I can test it? i mean the github link to your python chat code so i can modify? I searched your github and cant find the chat script you mentioned can you reply this with a working link to it?