Metadata-Version: 2.1
Name: ohmyoled
Version: 1.3.4
Summary: 64x32 Oled Matrix Display
Home-page: https://github.com/TheFinalJoke/ohmyoled
Author: thefinaljoke
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.8.9
Description-Content-Type: text/markdown
Requires-Dist: wheel
Requires-Dist: Cython
Requires-Dist: numpy
Requires-Dist: noaa-sdk
Requires-Dist: env-canada (==0.0.35)
Requires-Dist: ephem (==3.7.7.0)
Requires-Dist: fastjsonschema (>=2.14.4)
Requires-Dist: geocoder (==1.38.1)
Requires-Dist: gpiozero (==1.5.1)
Requires-Dist: noaa-sdk (>=0.1.18)
Requires-Dist: printtools (==1.2)
Requires-Dist: Pyinstaller
Requires-Dist: python-tsl2591 (==0.2.0)
Requires-Dist: questionary (>=1.5.2)
Requires-Dist: regex (>=2020.4.4)
Requires-Dist: RPi.GPIO (>=0.7.0)
Requires-Dist: APScheduler (>=3.6.3)
Requires-Dist: lastversion (>=1.1.6)
Requires-Dist: nameparser (==1.0.6)
Requires-Dist: pillow (>=8.0.0)
Requires-Dist: dbus-next
Requires-Dist: aiohttp
Requires-Dist: iso6709
Requires-Dist: sportsipy
Requires-Dist: wget
Requires-Dist: suntime
Provides-Extra: dev
Requires-Dist: pytest (==6.2.5) ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'

# ohmyoled

# Prerequistes:

Download the binary and support files
Go to releases and download the most recent tag
```
wget https://github.com/TheFinalJoke/ohmyoled/releases/download/$tag/ohmyoled-$tag.tar.gz
```
Uncompress the File
```
tar -zxvf ohmyoled-$tag.tar.gz
```
Run the Install Script
```
#!/bin/bash
cd ohmyoled-$tag
chmod 755 install.sh
sudo ./install.sh
```

# Run The Script 

```
sudo systemctl enable --now ohmyoled.service
```

# Configuration 
This is the Basic of Linux Configuration Files located /etc/ohmyoled/ohmyoled.conf

Run Different Modules Set the Modules Run Attribute to True

*Note: Most needs to have API Tokens assoicated to The Module 
* You will also need to Reload The service after any changes

```
[weather]
Run=True
```

You Can also change different Configurations like weather 
You can add different zipcode/city 

# To Help Write Our and use tests
```
pip install -e .[dev]
```

