Python Forum
How to transfer a music file, from "uploads" directory into my project
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to transfer a music file, from "uploads" directory into my project
#12
Your post are confusing,you are trying to get a .mp3 file from the pong game of @metulburr.
Have you heard of git and know how to get a Repo to your commuter(with git clone)?
A quick demo.
E:\1py_div\div_code
λ git clone https://github.com/metulburr/pong.git
Cloning into 'pong'...
remote: Counting objects: 583, done.
remote: Total 583 (delta 0), reused 0 (delta 0), pack-reused 583
Receiving objects: 100% (583/583), 17.67 MiB | 1007.00 KiB/s, done.
Resolving deltas: 100% (338/338), done.
Checking connectivity... done.
Now i have all files of pong Repo on my computer.
Say i want destination-01.mp3 in my foo project,
i can just move file in file explorer.
If i want to do it with command line cd into folder and copy it:
E:\1py_div\div_code\pong\resources\music (master)
λ copy destination-01.mp3 c:\foo
1 file(s) copied.
Then file is in my project foo folder.
I never cat/open or do anything else with the file,it's binary .mp3 that just work in any media player.
Reply


Messages In This Thread
RE: How to transfer a music file, from "uploads" directory into my project - by snippsat - Sep-09-2017, 06:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Using pyinstaller with .ui GUI files - No such file or directory error diver999 3 3,451 Jun-27-2023, 01:17 PM
Last Post: diver999
  Extract file only (without a directory it is in) from ZIPIP tester_V 1 1,027 Jan-23-2023, 04:56 AM
Last Post: deanhystad
Thumbs Up Need to compare the Excel file name with a directory text file. veeran1991 1 1,153 Dec-15-2022, 04:32 PM
Last Post: Larz60+
  Web project and running a .py file emont 0 656 Dec-11-2022, 11:15 PM
Last Post: emont
  no such file or directory in SFTP saisankalpj 2 1,588 Nov-25-2022, 11:07 AM
Last Post: DeaD_EyE
Photo Making Zip file of a file and Directory Nasir 2 1,048 Oct-07-2022, 02:01 PM
Last Post: Nasir
  Failed to execute child process (No such file or directory) uriel 1 1,673 Sep-15-2022, 03:48 PM
Last Post: Gribouillis
  file transfer via python SFTP SCP mg24 3 3,034 Sep-15-2022, 04:20 AM
Last Post: mg24
  Need Help: FileNotFoundError:[Errno 2] No such file or directory python202209 5 2,701 Sep-12-2022, 04:50 AM
Last Post: python202209
  Multithreaded file transfer from multiple volumes skoobi 2 1,169 Jul-28-2022, 07:52 AM
Last Post: skoobi

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020