Simple time tracking app written with Python and Qt
Go to file
2022-09-28 02:37:22 +02:00
src/fime Revert "No clicky clicky" 2022-02-03 19:52:57 +01:00
.gitignore Implement "New issue" dialog 2021-11-16 23:27:00 +01:00
.gitlab-ci.yml [ci] Debug project variables 2022-09-28 02:37:22 +02:00
icon.ico [ci,windows] Convert icon beforehand 2022-09-27 22:17:50 +02:00
LICENSE Worklog proof of concept 2021-11-23 19:50:57 +01:00
Pipfile [ci,windows] Convert icon beforehand 2022-09-27 22:17:50 +02:00
Pipfile.lock [ci,windows] Try installing missing windows only dependencies of pyinstaller 2022-09-27 22:01:54 +02:00
pyproject.toml Change version schemes 2021-11-30 19:04:00 +01:00
README.md Fix link in Readme 2021-11-19 19:03:48 +01:00
setup.cfg Various improvements 2021-11-18 20:11:23 +01:00

fime

Simple time tracking app written with Python and Qt

Some Jira integration is built in.

Installation, Qt versions and You

Fime supports using both Qt 5 and Qt 6 via their respective PySide packages.

On Linux I recommend installing the PySide package provided by the distribution. Install PySide2 for Qt 5 or PySide6 for Qt 6.

Run pip install --user fime in that case.

On other OSes or if you decide not to follow my recommendation run either

  • pip install --user fime[qt5] or
  • pip install --user fime[qt6]

Note that it both versions of PySide are installed Qt 6 will be preferred.

Config file

The file path is OS dependant. There is an error message on the first start, which will tell you the correct path for your OS.

Format:

jira_url = https://jira.company.com
jira_token = aBc1D34

The jira_token is a Personal Access Token. See here on how to get one.

License

Licensed under MIT license. See License.md for more details.