pomodoro
pomodoro copied to clipboard
How to use pomodoro-cli on win7?
I have installed the program on my PC with win7, How should i use it?
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.
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
.