https://github.com/tom-doerr/show_sunset_time
https://github.com/tom-doerr/show_sunset_time
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tom-doerr/show_sunset_time
- Owner: tom-doerr
- License: mit
- Created: 2021-11-15T00:26:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T19:02:23.000Z (over 4 years ago)
- Last Synced: 2025-02-14T09:48:12.708Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sunset-time
This script shows the time of the sunset for your location based on your IP location.
The time is displayed in your local time.
## Usage
```
./main.py
```
## Example
```
$ ./main.py
17:31
```
----------------------------------------------
The code and requirements.txt in this repository were generated from the above readme using [readme_coder](https://github.com/tom-doerr/readme-coder).