You are browsing as a guest. Sign up (or log in) to start making projects!

1h 5m 44s logged

Progress Devlog 1:

I now modified main.py in my workspace folder ~/touch-grass(Yes I am a Linux User >_<). I included this block specifically:

    def start_breathing_blackout(self):    
            self.canvas.configure(bg="#000000")        
            self.canvas.delete("all")        
            self.blackout = True        
            self.locked_until = time.time() + FIVE_MINUTES_SEC        
            self.breath_label = self.canvas.create_text(            
                   self.width // 2, self.height // 2 - 140,            
                   text="Inhale...", font=("Helvetica", 22), fill="#89b4fa"        
            )        
            self.timer_text = self.canvas.create

Apparently this text telling the user “Inhale” and “Exhale” initiates like a part in their brain which make s them realize that they’re doomscrolling and they should stop. I don’t really think it will work, but I am adding it anyways.

My Next Goals:

Create the Wizard Installer for easier access and user permissions
Create my Git Repo and writing a ReadMe that doesnt suck(Thnx to Stardance Docs: They have a really good article on how to make a README that’s actually good)
Testing :)


Hopefully this internet meme based Doomscroll Breaker(DB) actually works, and it does good in Ratings!

0
3

Comments 0

No comments yet. Be the first!