Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

joiellantero/py-playlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Py-Playlist

A simple program using OOP that has the basic functionalities of creating a playlist, i.e., add, remove, and view.

License

🚀 Quickstart

  1. Fork the repository or
  2. Clone the repository
    $ git clone https://github.com/joiellantero/py-playlist.git
  3. Navigate to the project
  4. Run the program
    • Sample input
      3
      New Light,John Mayer,216
      Electric U,Kid Bloom,171
      Supalonely,BENEE,223
    • Sample output (when calling the view() method)
      ----------------- VIEW -----------------
      1 - New Light - John Mayer
      2 - Electric U - Kid Bloom
      3 - Supalonely - BENEE
      ----------------------------------------
    • Sample output (when calling the duration() method)
      --------------- DURATION ---------------
      Total duration: 00:10:10
      ----------------------------------------
  5. Star this repo if you like it!

👨🏻‍💻 Author

📄 License

About

A simple application of OOP that has the basic functionalities of creating a playlist, i.e., add, remove, and view.

Topics

Resources

License

Stars

Watchers

Forks

Languages