Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.8 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.8 KB

Coding Time Counter

Resume about the project

I always wanted to know how time i spend coding, so i decided to start this project for fun. And was hard, because im a little dumb and every time i wrote something that broke the code😒

How to Run

Do a simply repository clone and certify to install the dependencies, if your Python was equal or superior of Python 3.12.1 the most of the requisits was installed and you have just to install "psutil" doing a simple pip install psutil

  • All Dependencies: Psutil , Time , Json , Datetime.

How to Use

Its simple. In your VsCode, go on "..." -> "Terminal" -> "Configure Default Build Task..."
And certify that you are in the USER "Task.json". After this, just copy and past the code in the "SampleCode.txt" CERTIFY that the variable of the main line 6 is correct !
After configure the USER Task.json and the variable you just need to go in the Search and click in Run Task to start the counter.


Finished Features

  • Stores the seconds with VsCode open and documents everything in a .JSON file. ALSO record the day of the week you are on.

Unfinished Features

  • At the end of the week calculate the average.
  • Make a Better README😭


Dont ask me why some things is in Portuguese and the other things are in English... I also dont now why i do this.