https://github.com/davep/unbored
A TUI client for when you're bored
https://github.com/davep/unbored
Last synced: 8 months ago
JSON representation
A TUI client for when you're bored
- Host: GitHub
- URL: https://github.com/davep/unbored
- Owner: davep
- License: gpl-3.0
- Created: 2022-11-22T13:36:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T18:18:37.000Z (about 2 years ago)
- Last Synced: 2025-01-20T06:59:24.001Z (over 1 year ago)
- Language: Python
- Size: 402 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Unbored
[](https://badge.fury.io/py/unbored)
## Introduction
A simple terminal client for [the Bored API](https://www.boredapi.com/).
Written in Python and with [Textual](https://textual.textualize.io/), using
[async-bored-api](https://github.com/Damego/async-bored-api) as the API
wrapper.
The idea is, if you're feeling bored and need some inspiration for what to
do with your day, fire this up and select one or more activities. Your
selections are saved so, if you wish, you can treat the application almost
like a TODO list; for when you're bored.
## Installation
Unbored can be installed using [`pipx`](https://pypa.github.io/pipx/):
```sh
$ pipx install unbored
```
## Warning
This is still a bit of a work-in-progress, hence the low version number. The
main things that need addressing are listed below.
## TODO
- [ ] Error checking. LOTS of error checking.
- [X] Test on Windows.
[//]: # (README.md ends here)