Simple time tracking app written with Python and Qt
Go to file
Fabian 33f357587e [ci] fuck bill gates 2024-03-01 00:09:41 +01:00
scripts pull before release 2023-01-19 21:37:24 +01:00
src/fime Propagate config changes better 2024-02-29 23:00:43 +01:00
.gitignore Implement "New issue" dialog 2021-11-16 23:27:00 +01:00
.gitlab-ci.yml [ci] fuck bill gates 2024-03-01 00:09:41 +01:00
LICENSE Add about dialog 2022-09-29 02:55:45 +02:00
Pipfile Depsy deps 2024-02-29 19:37:01 +01:00
Pipfile.lock Depsy deps 2024-02-29 19:37:01 +01:00
Pipfile.lock.windows Updated windows deps from CI 2024-02-29 22:55:23 +00:00
README.md Update README.md 2024-02-29 23:35:59 +01:00
icon.ico [ci,windows] Convert icon beforehand 2022-09-27 22:17:50 +02:00
pyproject.toml Add about dialog 2022-09-29 02:55:45 +02:00
setup.cfg Add browser_cookie3 dep 2024-02-29 22:00:51 +01:00

README.md

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.

If you don't want to deal with this, you can download pre-packaged executables from the Releases section.

Configuration

You probably want to configure the App in the settings dialog before you start using it.

The Jira URL will just be the base URL to you're Jira Instance (e.g. https://jira.company.com)

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

There is a new authentication method, which uses the cookies from your browser (most popular browsers should be supported). To use it, you configure it and log into your Jira instance in your browser. If it doesn't work, try closing your browser, to force it to write the cookies to the disk

License

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