Skip to main content

πŸ† super-productivity

Contributed as a translator for the Turkish language.

translation

πŸš€ AutoTarCompress

The script compresses specific directories into tar files. I needed to back up my important files to the cloud. Therefore, I wrote this script to backup and encrypt them. Additionally, I have made some enhancements such as decryption, encryption, and creating tar files.

python

πŸ¦„ my-unicorn

I created a script to automate the installation and updating some of Appimage apps. Script creating a JSON file to easily add app versions, choices, names, and repository details, making it user-friendly for installation automation.

python

🚧 sink-change

I wrote this script to adjust the sound output and display the volume in my window managers. It represents my first foray into bash scripting as I explore this new skill.

bash

πŸ›Έ WallpaperChanger

This script changes the wallpaper based on the time of day. I have set wallpapers for my workdays and days off. During the midweek, the script changes my wallpaper to the designated workday wallpapers. On Sundays, the script switches to my day off wallpapers.

python

🌟 siyuan-appimage-update

It’s installing latest siyuan app version and verifying sha256.

python

🌟 superProductivity-appimage-update

It’s installing latest superProductivity app version and verifying sha512.

python

πŸ’― find_final_grade

Created a Python script to determine how much grade I need to achieve on my final exam to pass my lesson, based on the mid-term score.

python

πŸ‘’ dnf-update-status

Developed a Python script to monitor and display newly updated packages on the Fedora Linux distribution.

python