Metadata-Version: 2.1
Name: fstk
Version: 0.1.2
Summary: Fast Switch Time Keeper
Home-page: UNKNOWN
Author: Meow
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: PySide2 (>=5.10)
Requires-Dist: requests (>=2)

# FSTK

*Fast Switch Time Keeper* - A Time Keeping desktop widget focused on tracking the time spent on (possibly interleaved) daily tasks.
Written in Python and PyQT5/PySide2

## Installation, configuration and use

1\. Create a virtual environ

~~~
virtualenv env -p python3
source env/bin/activate
~~~

2\. Install the package

~~~
pip install fstk
~~~

3\. First start the app with the following command, this will install a finder shortcut.
After the first run the software can be launched from finder

~~~
python -m fstk
~~~


