An open-source & highly performing timer using only standard-libraries

Python Repeated Timer Python-Repeated-Timer is an open-source & highly performing timer using only standard-libraries. Users may change the interval and duration of the event as they wish. This code is GUI freezing issue won’t be happening, and performance of the timer won’t be affected by any event. Features: Python Repeated Timer is a open-source library based on Thread Timer, and this asynchronously triggers the event every N seconds. For this only uses python standard-library, no additional library is required. Easy […]

Read more

A Python package for Bayesian time series forecasting and inference

orbit A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood. This project is stable and being incubated for long-term support. It may contain new experimental code, for which APIs are subject to change. requires PyStan as a system dependency. PyStan is licensed under GPLv3, which is a free, copyleft license for software. Orbit is a Python package for Bayesian time series forecasting and inference. It provides afamiliar and intuitive initialize-fit-predict interface for time series […]

Read more

A python script for Homeassistant that counts down the days to birthdays

Date Countdown A python script for Homeassistant that counts down the days to birthdays, anniversaries etc Important note I no longer use homeassistant so if this script stops being compatible with homeassistant that will be the end of the line. That said, it hasn’t needed any maintenence in over a year and was working well so it will probably be fine to use for a long while yet. How it works This script creates a sensor that a counts down […]

Read more

Whole-day timezone comparison with python

Timezone Converter Compare a full day of your local timezone with a foreign one. $ timezone-converter tijuana $ timezone-converter tijuana –zone Motivation When working with people that are not in your local timezone, the availableresources are the usual webpages that only show one hour at a time, whichis pretty inconvenient. With this script you can quickly compare a full day of your timezone againsta foreign one. Installation pip install -U timezone-converter Usage timezone-converter Available timezones $ timezone-converter –list GitHub https://github.com/ibLeDy/timezone-converter […]

Read more