1
0
Fork 0
wasp-os/docs/apps.rst
thiswillbeyourgithub f288f441c7
new: add pomodoro app (third trial) (#418)
Add a pomodoro timer

* added pomodoro.py
* added icon
* mention pomodoro in the readme
* updated docstring
* make compatible with lack of get/set attribute
* fix wrong offset when swiping up
* added screenshot* added pomodoro.py

Icon design by Plan5. Thanks!
Co-Authored-By: Plan5

Signed-off-by: thiswillbeyourgithub <github@32mail.33mail.com>
2023-05-16 15:18:49 +01:00

87 lines
1.1 KiB
ReStructuredText

.. _Application Library:
Application Library
===================
.. contents::
:local:
Watch faces
-----------
.. automodule:: faces
.. automodule:: clock
.. automodule:: chrono
.. automodule:: dual_clock
.. automodule:: fibonacci_clock
.. automodule:: week_clock
.. automodule:: word_clock
Built-in
--------
.. automodule:: apps.system.step_counter
.. automodule:: apps.system.launcher
.. automodule:: apps.system.settings
.. automodule:: apps.system.software
.. automodule:: apps.system.pager
Applications
------------
.. automodule:: alarm
.. automodule:: beacon
.. automodule:: calculator
.. automodule:: demo
.. automodule:: disa_b_l_e
.. automodule:: flashlight
.. automodule:: gallery
.. automodule:: haiku
.. automodule:: heart
.. automodule:: level
.. automodule:: morse
.. automodule:: music_player
.. automodule:: phone_finder
.. automodule:: pomodoro
.. automodule:: sports
.. automodule:: stopwatch
.. automodule:: test
.. automodule:: timer
.. automodule:: weather
Games
-----
.. automodule:: game_of_life
.. automodule:: play2048
.. automodule:: snake