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

Touch Grass SIM

  • 2 Devlogs
  • 1 Total hours

Are you an absolute hardcore doomscroller, computer programmer, or Ipad kid? Well if you are, try Touch Grass SIM! Touch Grass SIM is a simulator designed for phones and computers, to eliminate excessive doomscrolling, computer usage, and blue light damage. Blue Light can damage your eyes, and this QoL can fix that, can limit your doomscrolling, and encourage you to Touch Grass IRL, and breath some fresh air! To make it better, it tracks your motions to detect doomscrolling, and to make it less of a habit, I gamified Touch-Grass SIM

Open comments for this post

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
0
3
Open comments for this post

15m 3s logged

So first day on Touch Grass SIM for frictionless. It is basically a thing for computer programmers, gamers, and doomscrollers to finally breath in fresh air and touch grass. It starts as digital, reducing blue light and slowly reducing and breaking bad habits to rebuild better ones instead.

Today I added my files, with a python file for my Installer Wizard, and a .html file for use on android and IOS. I also nw have a README.md which is completely empty, but I’m going to work on that.

0
0
2

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…