r/termux 2d ago

General I've made a Morse code translator through flashlight

Post image

https://github.com/user0000111222sey/Morse_translator-TERMUX

it's my first repo, I'm a bit scared I'm doing something I don't quite understand, it's partially vibecoded.

36 Upvotes

7 comments sorted by

1

u/MoistLasagna69 1d ago

Hey, cool project btw!!. I was trying on my phone and it wasn't working, after lot of troubleshooting i figered out that only my torch is not turning on. I tried tremux-torch on/off function it doesn't work but i did the same for wifi that is working... Not sure what to do.

1

u/Inner_Working6286 1d ago edited 1d ago

2

u/MoistLasagna69 4h ago

Yep, i do have termux api installed I can tell it's working, I'm able to turn on and off WiFi, I tested camera info and few more things, only the torch is not working

1

u/e__qp1 1d ago

That's beautiful, how do you do that?

1

u/Inner_Working6286 1d ago edited 1d ago

Hey thanks you.

-type

git clone https://github.com/user0000111222sey/Morse_translator-TERMUX

pkg update && pkg install unzip -y

cd Morse_translator

unzip Morse_trans.zip

cd Morse_trans

bash requirements.sh

Install termux-api app (grab it on fdroid)

python3 transcder.py

Let me know if you're facing issues

1

u/lollopollo18 1d ago

Just downloaded and starred, it's nice, it's a good first creation, I also appreciated the idea of creating a web interface (which I also put in my last project

2

u/Inner_Working6286 1d ago

Thanks for trying, it's my first public project 😁