aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj-sh6042025-07-22 23:29:36 -0400
committerkj-sh6042025-07-22 23:29:36 -0400
commit0c2572b85239028e557bd969590fd64d2f0e2e56 (patch)
tree3953d17f8571ae3e829164d4f7577a06064d77ae
parentb11d3a8290a51e655ee029d0a0e35d7b440e3aca (diff)
refactor: git repo best practices
-rw-r--r--LICENSE12
-rw-r--r--README.md27
-rw-r--r--assets/demo.gifbin0 -> 20821 bytes
-rw-r--r--assets/panahone.png (renamed from panahone.png)bin16653 -> 16653 bytes
-rw-r--r--src/.gitignore (renamed from .gitignore)0
-rwxr-xr-xsrc/panahone (renamed from panahone)0
-rw-r--r--src/panahone.pngbin0 -> 16653 bytes
-rw-r--r--src/requirements.txt (renamed from requirements.txt)0
8 files changed, 39 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..1d47b15
--- /dev/null
+++ b/LICENSE
@@ -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
+
+```
+
+# 📸
+
+![GIF animation of panahone ⛅](assets/demo.gif)
diff --git a/assets/demo.gif b/assets/demo.gif
new file mode 100644
index 0000000..82fe807
--- /dev/null
+++ b/assets/demo.gif
Binary files differ
diff --git a/panahone.png b/assets/panahone.png
index 5ab2b0d..5ab2b0d 100644
--- a/panahone.png
+++ b/assets/panahone.png
Binary files differ
diff --git a/.gitignore b/src/.gitignore
index 9c64fb6..9c64fb6 100644
--- a/.gitignore
+++ b/src/.gitignore
diff --git a/panahone b/src/panahone
index 0332a92..0332a92 100755
--- a/panahone
+++ b/src/panahone
diff --git a/src/panahone.png b/src/panahone.png
new file mode 100644
index 0000000..5ab2b0d
--- /dev/null
+++ b/src/panahone.png
Binary files differ
diff --git a/requirements.txt b/src/requirements.txt
index 7c78635..7c78635 100644
--- a/requirements.txt
+++ b/src/requirements.txt