-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README.md modified #7
base: master
Are you sure you want to change the base?
Conversation
Those commas look strange to me. Are you sure they are correct? |
Double checked in Grammarly |
Interesting. Since grammarly seems to require installing a webbrowser extension, I instead just used three other grammar checker services (https://languagetool.org/ , https://www.scribens.com/ , https://www.grammarcheck.net/editor/ ), but none of them complained about missing commas in that sentence. I currently suspect that grammarly did not quite get the actual meaning of that sentence, maybe because not the punctuation but the english itself is bad. Or maybe grammarly was kind of confused because there is no verb in the part after the colon or something... I think I'll leave this open for now until maybe a fluent english speaker comes along who can confirm or refute this. |
Cool. Keep it open as of now. If I get some spare time, I'll check again. |
hi, is it possible to help me to run this script on windows?? i dont now the python language.. is it possible to make this script run as exe program with easy panel that i can choose with button the mp3 or smp file which i want to convert ? |
or if you can post any video with the steps because i dont know how i can give on the python program the destination of mp3 or smp files? how i can choose to do encrypt or descrypt... very confuse for begginers ... |
As of now I don't know python Language. But I'll try to find out some sort of video clips or articles which might help you to do so. Will it be cool? |
@kisto-crypto Sorry, this is a command-line tool, not a program with a graphical user interface (GUI). Be aware however that the tool probably only works for the device called "hachette" in this project, not for the "LIDL Storyland", so if you can actually use it depends on what device you own. |
oyooyo ok! i accept is only command line tool ! how i can use your code? which program? i thought was python .. but unfortunatly i dont now how to input the mp3 file to convert it to smp... for example i open idle python and when i start to put $..... the program appears me tha $ is not a acceptable ..symbol.. i try to write encrypt.. again..the python appears me that is not accept encrypt.. |
@kisto-crypto I can easily understand why you're having these problems. The script can run on all operating systems, but how to actually use it is probably only obvious for people who are familiar with using a command-line (which probably comes down to developers and people using Linux). And must seem unnecessarily complicated for all others. The first important thing is that you must not start by opening Python itself, but by opening a "command-line" or "shell" or however it's called on Windows. It looks similar to this: In that window, you enter the commands shown in the documentation. But unfortunately, you cannot simply type in what's written in the documentation. For example, the documentation states that the command: $ audiocube.py -h will show the general usage description. But that's not exactly what you would enter. Instead, if you downloaded the audiocube.py script to, say, the directory D:\Downloads\audiocube\audiocube.py -h And you'd enter that after the part that's shown as For some more detailed instructions on how to run Python scripts on Windows, a look at the Windows section of the Python FAQ might help you. |
@kisto-crypto Judging from your screenshot, you have a LIDL Storyland, so the command you have to enter to convert file audiocube.py storyland encrypt C:\lena.mp3 However, there are two more things you need to be aware of:
|
yes i know!! thankssss you a lot!! worked!! i just decrypt the L0010.smp to L0010.mp3!! :) i know that i must rename and make it ID3 before the convert!! i havent got words to thank you!! you are the best! :) |
Modified punctuations in first paragraph.