Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (23 loc) · 912 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 912 Bytes

Kill Spotify😵

WHY🤔?

On my Ubuntu 18.04 laptop, I realized that there is no timer option for closing Spotify after a certain amount of time. Therefore, I decided to create a python script that will do it for me. The process is quite simple👍. I find the current process ID of Spotify. Then I kill it after a certain amount of time has passed.

HOW DOES IT WORK🤖?

Just run

    python main.py

Then you will get prompted for a countdown. Enter it then you are set.💫

SOME REQUIREMENTS🔧

None. subprocess and sys should already be on your machine.

RECOMMENDATION(S)👀

Use it with a tiling window manager. Ex: Tilix, i3, etc...

FUTURE GOALS 🥅

  • Make a barebone version of it.
  • Better error handling.
  • Add GUI.
  • Get it integrated into Spotify?.

NEW FEATURES📌

  • Timer ⏰

UPDATE

I don't use spotify no more :'(, so to the archive you go.