LearnPython

I don't know how to write Python Code, but I have a smattering of knowledge in writing other languages.  If you find your code "Copied and pasted here" and want it removed, please let me know and I will promptly remove it.  I am not wanting to infringe on someone's copyright, but just wanting to learn how to create some Python script.

I need a project, so I have created my own.  The project I am trying to design is my own, but may resemble other persons code.  If you should find something comparable, please let me know at ainow2023@gmail.com 

My Project

Speak a phrase and save those spoken words into an mp3 file and then translate those spoken words into a text file and save both files with the same file name in a 128 Gb sdmicro card.  Create the two file names using today's date & time as 2024Apr8@1:33pm.mp3 and 2024Apr8@1:33pm.txt

Once the 2 files have been saved, I want to use the mobile's Bluetooth to forward these two files to my Google Drive at:

C://Data/  

2024Apr8@1:33pm.mp3 

2024Apr8@1:33pm.txt

I am more comfortable working on my PC than with my IOS apple mobile but I am aware that most Python Software is created for use as an app on a mobile phone, so I am hopefully going to create something that will work on both Android and IOS app's.

Any existing Python software ( other than Python/VoiceAssistant, ) would be gratefully received.