Giter Club home page Giter Club logo

translucenttb's Introduction

TranslucentTB

This is a python version TranslucentTB maybe with tkinter and ctypes

A lightweight utility that makes the Windows taskbar translucent/transparent on Windows 10 and Windows11.

Screenshots

image image image image

Usage

from translucenttb import blur # import the blur function
blur(blurtype="Acrylic") # for example: We use Acrylic
# choose one type from ("Clear", "Opaque", "Aero", "Acrylic")

UI

image

from translucenttb import Settings
example = Settings()
example.mainloop()

Example:

from time import sleep

from translucenttb import blur


def colorful():
    hexdict = [
        "#FF0000",
        "#FF3030",
        "#FF5656",
        "#FF7456",
        "#FFA500",
        "#FF7438",
        "#FF8956",
        "#FFAB56",
        "#FFB871",
        "#FFFF00",
        "#FFCD71",
        "#FFE071",
        "#FFF571",
        "#F4FF71",
        "#D8FF71",
        "#C8FF71",
        "#008000",
        "#9FF65B",
        "#00FFFF",
        "#79F65B",
        "#5FF65B",
        "#5BF67D",
        "#5BF69C",
        "#5BF67D",
        "#5BF6C5",
        "#5BF6DC",
        "#2AFFDC",
        "#2AFCFF",
        "#2AC5FF",
        "#2AADFF",
        "#2A87FF",
        "#2A6BFF",
        "#2A49FF",
        "#0000FF",
        "#2A35FF",
        "#3A2AFF",
        "#502AFF",
        "#602AFF",
        "#800080",
    ]

    for hexcolor in hexdict:
        blur("noeffect", hexcolor)
        sleep(0.1)


colorful()
2023-07-01.12-40-10.mp4

translucenttb's People

Contributors

littlewhitecloud avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

parsaaslaniyc

translucenttb's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.