pomodoro icon indicating copy to clipboard operation
pomodoro copied to clipboard

How to use pomodoro-cli on win7?

Open chituma110 opened this issue 6 years ago • 2 comments

I have installed the program on my PC with win7, How should i use it?

chituma110 avatar Jun 21 '18 01:06 chituma110

Hello, thanks for reporting your issue and sorry for the delay. I don't have windows but I just have been able to use it through a virtual machine. I will let you know shortly.

mehdidc avatar Jul 11 '18 05:07 mehdidc

The main files, pomodoro and pomostat, do not have an extension and wouldn't run on my Windows machine. I added a .py extension to both files, which were located in \Users\USERNAME\AppData\Local\Programs\Python\Python38-32\Scripts. I then ran the scripts by simply typing pomodoro.py or pomostat.py in a command prompt.

If you don't want to type the .py extension each time (similar to Linux), add .PY to the PATHEXT environmental variable.

Mind if I submit a PR to change these two filenames to end in .py? On Windows, all Python files in the Scripts folder end in .py. On Linux, only some of the Python files ended in .py.

k4j8 avatar Mar 27 '20 03:03 k4j8