diff options
| author | kj-sh604 | 2025-07-22 23:29:36 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-07-22 23:29:36 -0400 |
| commit | 0c2572b85239028e557bd969590fd64d2f0e2e56 (patch) | |
| tree | 3953d17f8571ae3e829164d4f7577a06064d77ae | |
| parent | b11d3a8290a51e655ee029d0a0e35d7b440e3aca (diff) | |
refactor: git repo best practices
| -rw-r--r-- | LICENSE | 12 | ||||
| -rw-r--r-- | README.md | 27 | ||||
| -rw-r--r-- | assets/demo.gif | bin | 0 -> 20821 bytes | |||
| -rw-r--r-- | assets/panahone.png (renamed from panahone.png) | bin | 16653 -> 16653 bytes | |||
| -rw-r--r-- | src/.gitignore (renamed from .gitignore) | 0 | ||||
| -rwxr-xr-x | src/panahone (renamed from panahone) | 0 | ||||
| -rw-r--r-- | src/panahone.png | bin | 0 -> 16653 bytes | |||
| -rw-r--r-- | src/requirements.txt (renamed from requirements.txt) | 0 |
8 files changed, 39 insertions, 0 deletions
@@ -0,0 +1,12 @@ +Copyright kj_sh604 <https://github.com/kj-sh604> + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..1635287 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# README.txt + +```plaintext + +panahone ⛅ +------------- + +simple gtk3 systray weather applet using wttr.in's API written in Python. + +(i really just wanted to practice using the `requests` and `json` modules in python so i made this). + +usage +------------- + +usage: panahone [-h] [-l LOCATION] [-f] + +options: + -h, --help show this help message and exit + -l, --location LOCATION + location for weather + -f, --fahrenheit use Fahrenheit instead of Celsius + +``` + +# 📸 + + diff --git a/assets/demo.gif b/assets/demo.gif Binary files differnew file mode 100644 index 0000000..82fe807 --- /dev/null +++ b/assets/demo.gif diff --git a/panahone.png b/assets/panahone.png Binary files differindex 5ab2b0d..5ab2b0d 100644 --- a/panahone.png +++ b/assets/panahone.png diff --git a/.gitignore b/src/.gitignore index 9c64fb6..9c64fb6 100644 --- a/.gitignore +++ b/src/.gitignore diff --git a/src/panahone.png b/src/panahone.png Binary files differnew file mode 100644 index 0000000..5ab2b0d --- /dev/null +++ b/src/panahone.png diff --git a/requirements.txt b/src/requirements.txt index 7c78635..7c78635 100644 --- a/requirements.txt +++ b/src/requirements.txt |
