0

I am making a little game on Pythonista 3, and I want to transfer an audio(.wav) file from my computer to use in this game, but cannot figure out how. I have an IPhone 4 on ios 9.3.5.

I have tried through a simple USB connection, but apple dosen't allow .wav files to be put in any of the directories available.

Bruski
  • 3
  • 1
  • 3
  • Have you tried using iCloud? You run an FTP server in Pythonista (search for PythoistaFTP on github, or install StaSh) you can connect to it from your PC/Mac and upload whatever you like. – Simon Hibbs Feb 07 '19 at 15:33
  • Hey! Thanks for the reply @SimonHibbs ! I looked into this for a little while and found this GitHub: [link](https://gist.github.com/omz/1aec8a66a5d5d19a36ab) I found that when running this (in python 2.7 and 3.6) I got a bunch of errors. After some more searching, I could not find the answer to my problem. If you could explain a bit more about what you did, that would help a bunch. Thanks. – Bruski Feb 08 '19 at 03:15
  • It looks like it's out of date. Maybe try Stash, it has loads of useful utilities but I've not used it for a while. https://github.com/ywangd/stash/ – Simon Hibbs Feb 18 '19 at 14:11

0 Answers0