Skip to content

martinbartolo/pack-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pack Wizard

Pack Wizard is a Python tool that sends random beat packs via email. It selects a specified number of mp3 files randomly from a directory and sends them to an email address.

Instructions

  1. Install Requirements: pip install -r requirements.txt
  2. Setup .env:
    EMAIL_ADDRESS=your-email@gmail.com
    PASSWORD=password
    (NOTE: password must be an app password. See https://support.google.com/mail/answer/185833?hl=en)
  3. Run: python main.py <arguments>

Arguments

  • --email_address or -e: Email address to send beats to (required)
  • --directory or -d: Folder to choose mp3 files from (defaults to cwd)
  • --num_files or -n: Number of beats to send (defaults to 5)

About

🧙 Send random beat packs via email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages