Post: Python (ASCII Values to text) ?
01-24-2017, 04:42 PM #1
Ali
Can’t trickshot me!
(adsbygoogle = window.adsbygoogle || []).push({}); It is all in the title, Ive been doing some research and have come across chr() which looks simple... But i know it doesnt just work like that, more may have to be done which i am not aware of. So what I am asking for is code/a program that where, a user enters a bunch of ASCII values, the program will convert it back to its corresponding alphanumeric characters.

I use IDLE so i mean a program wont be hard to make Kappa

Thanks for reading Smile
01-25-2017, 02:49 AM #2
Specter
Pro Memer
You mean like "84 101 115 116" as an input would result in an output of "test"? If so chr() would work fine.

root@SPECTER-DESKTOP:~# python -c 'print chr(84) + chr(101) + chr(115) + chr(116)'
Test
03-18-2017, 11:03 PM #3
Father Luckeyy
Retired - Lead Content Manager
Originally posted by Ali View Post
It is all in the title, Ive been doing some research and have come across chr() which looks simple... But i know it doesnt just work like that, more may have to be done which i am not aware of. So what I am asking for is code/a program that where, a user enters a bunch of ASCII values, the program will convert it back to its corresponding alphanumeric characters.

I use IDLE so i mean a program wont be hard to make Kappa

Thanks for reading Smile


Hello Ali, What is your status of your issue?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo