tk

Open-source projects categorized as tk

Top 19 tk Open-Source Projects

  • matplotlib

    matplotlib: plotting with Python

  • Project mention: How and where is matplotlib package making use of PySide? | /r/learnpython | 2023-12-07
  • Sun-Valley-ttk-theme

    A gorgeous theme for Tkinter/ttk, based on the Sun Valley visual style ✨

  • Project mention: PySimpleGUI 4 will be sunsetted in Q2 2024 | news.ycombinator.com | 2024-02-14

    Welp, I have been messing around with a small project using PySimpleGUI using Deepseek to help me learn it. I found a cool project that has a very nice theme for 'ttk' widgets[0] which are supported in PySimpleGUI. Not sure how to proceed... I guess I will use the uncertainty to explore some of these 100% pure python web dev for shits and grins[1].

    [0]https://github.com/rdbende/Sun-Valley-ttk-theme

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Azure-ttk-theme

    A stunning modern theme for ttk inspired by Fluent Design 💠

  • Project mention: GUI's for a Desktop App in Python: Kivy, Pyside or TKinter? | /r/learnpython | 2023-06-18

    https://github.com/TomSchimansky/CustomTkinter https://github.com/israel-dryer/ttkbootstrap/ https://github.com/TkinterEP/ttkthemes https://github.com/RobertJN64/TKinterModernThemes https://github.com/rdbende/Sun-Valley-ttk-theme https://github.com/rdbende/Azure-ttk-theme https://github.com/rdbende/Forest-ttk-theme

  • tksheet

    Python tkinter table widget for displaying tabular data

  • Forest-ttk-theme

    A beautiful modern theme for ttk, inspired by MS Excel's look 🌲🌳

  • Project mention: Clog – The Common Lisp Omnificent GUI | news.ycombinator.com | 2023-06-29

    and for a quick overview of other GUI solutions: https://lispcookbook.github.io/cl-cookbook/gui.html (Gtk4, Qt4 and 5, LispWorks' CAPI (incl. for mobile runtimes), IUP…)

    I have been pleasantly surprised lately to discover surprisingly nice-looking Tk themes (like https://github.com/rdbende/Forest-ttk-theme). We can use them from CL too, with the nodgui library :) (see link)

    For the web, CL & HTMX work well too.

  • Formation

    Tools for building gorgeous graphical user interfaces in tkinter

  • git-gui

    Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • tk

    Tk interface module using tcltklib

  • Project mention: Tk interface module using tcltklib for Ruby | news.ycombinator.com | 2023-11-11
  • atk

    Another Golang Tcl/Tk binding GUI ToolKit

  • steamsky

    Mirror of a roguelike in sky with a steampunk setting

  • glimmer-dsl-tk

    Glimmer DSL for Tk (Ruby Tk Desktop Development GUI Library)

  • lbrydseed

    Graphical interface to download, seed, and manage content from the LBRY network

  • Project mention: LBRYdSeed (oddsea archiver): Windows Installer | /r/fosscad | 2023-10-27

    REM REQUIRES chocolatey REM Open command prompt as administrator or save all of this to a file named install-lbrydseed.bat, then right click it and select run as administrator. REM install the required components choco install python3 -y choco install git.install --params "'/GitAndUnixToolsOnPath /WindowsTerminal /NoAutoCrlf'" -y choco install lbry -y REM refreshes the path so we can use what we installed before call RefreshEnv.cmd py -m ensurepip --upgrade pip install tk pip install emoji pip install requests pip install matplotlib --prefer-binary pip install regex mkdir c:\LBRYdSeed cd c:\LBRYdSeed REM get librydseed git clone --recurse-submodules https://github.com/belikor/lbrydseed cd lbrydseed REM pip install setuptools REM py setup.py build REM py setup.py sdist REM py setup.py clean REM py setup.py clean --all REM start lbry, suppress the output. Note: doesn't work in a batch file REM it halts the script REM "C:\Program Files\LBRY\LBRY.exe" >nul 2>&1 @echo off echo. echo. echo. echo. echo. echo We need LBRY running for the lbrdseed to work" echo. echo Start up LBRY via the start menu, then come" echo back here after your done." set /p continue=Press ENTER to continue. REM fix the header for dseed.py for windows (uses #!/usr/bin/env python3) echo #!c:\Python312\python.exe > dseed-header.py type dseed.py >> dseed-header.py move dseed.py dseed-orig.py copy dseed-header.py dseed.py REM Create a shortcut create-shortcut --work-dir "C:\LBRYdSeed\lbrydseed" "C:\LBRYdSeed\lbrydseed\dseed.py" %USERPROFILE%\Desktop\LBRYdSeed.lnk REM Start lbrdseed c:\Python312\python.exe C:\LBRYdSeed\lbrydseed\dseed.py

  • wApua

    web browser for WAP WML pages

  • able

    Lisp editor in Tk - https://common-lisp.net/project/able/ (by lisp-mirror)

  • STk

    STk is the ancestor of STklos (https://stklos.net) This repository contains fixes to allow the compilation of 4.0.1 on modern versions of GCC (by egallesio)

  • kitgen

    Tclkit build system (by VitoVan)

  • tk-wallet

    [Released] Legacy TK based Wallet for Bismuth Crypto currency

  • umbra

    Open-source Lovecraftian CRPG from 2001 ported to Python 3 (by dbohdan)

  • Project mention: Show HN: Modern port of Umbra, an unfinished free Lovecraftian RPG from 2001 | news.ycombinator.com | 2024-04-13
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

tk related posts

Index

What are some of the best open-source tk projects? This list will help you:

Project Stars
1 matplotlib 19,262
2 Sun-Valley-ttk-theme 1,666
3 Azure-ttk-theme 673
4 tksheet 369
5 Forest-ttk-theme 287
6 Formation 191
7 git-gui 152
8 tk 115
9 atk 97
10 steamsky 91
11 glimmer-dsl-tk 29
12 lbrydseed 29
13 wApua 15
14 able 9
15 STk 6
16 kitgen 3
17 tk-wallet 3
18 umbra 0
19 traceroute_geolocation 0

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com