Skip to content

SunByte is a Digital Clock with Weather updates. It is based on Python and Kivy Framework. It is designed for Unihiker. But can be used for desktop with few changes.

Notifications You must be signed in to change notification settings

HackHobby-Lab/SunByte-Digital-Clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

WhatsApp Image 2024-03-17 at 12 34 52 AM

SunByte-Digital-Clock

SunByte is a Digital Clock with Weather updates. It is based on Python and Kivy Framework. It is designed for Unihiker. But can be used for desktop with few changes.

Requirements and Steps

You need to install kivy using following command.

pip install kivy[base] kivy_examples --pre --extra-index-url https://kivy.org/downloads/simple/

Next set the timezone before running this file. Yo can check your current timezone with the following command:

timedatectl

You can list the available timezones with,

sudo timedatectl set-timezone Asia/Karachi

And set the time zone with:

sudo timedatectl set-timezone <your_time_zone>

For Example, I'm in Pakistan. So,

sudo timedatectl set-timezone Asia/Karachi

And now you can run your program. But don't forget to change the Weather API credentials.

Tutorials

https://www.hackster.io/Hackhobby_Lab/sunbyte-a-digital-clock-with-weather-forecast-e8b92f

https://community.dfrobot.com/makelog-314160.html

About

SunByte is a Digital Clock with Weather updates. It is based on Python and Kivy Framework. It is designed for Unihiker. But can be used for desktop with few changes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages