Open Source Python Desktop Environment Software

Python Desktop Environment Software

View 150 business solutions

Browse free open source Python Desktop Environment Software and projects below. Use the toggles on the left to filter open source Python Desktop Environment Software by OS, license, language, programming language, and project status.

  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Ultimate Edition

    Ultimate Edition

    An Ubuntu remix for both new and experienced Linux sophisticates

    Ultimate Edition Linux, previously "Ubuntu Ultimate Edition". We cater to a large base of *nix users including, but certainly not limited to gamers & low resource computers. We have a Ultimate Edition for virtually any user.
    Leader badge
    Downloads: 433 This Week
    Last Update:
    See Project
  • 2
    K-3D is the free (as in freedom) 3d modeling, animation, and rendering system.
    Leader badge
    Downloads: 190 This Week
    Last Update:
    See Project
  • 3
    Florence

    Florence

    On-screen virtual keyboard

    Florence is an extensible scalable on-screen virtual keyboard for GNOME that stays out of your way when not needed. You need it if you can't use a real keyboard either because of a handicap, broken keyboard or tablet PC but you can use a pointing devide.
    Leader badge
    Downloads: 136 This Week
    Last Update:
    See Project
  • 4

    Cascadia Code

    A fun, new monospaced font that includes programming ligatures

    This project contains the source code for Cascadia Code, a fun yet modern monospaced font that includes programming ligatures. Cascadia was designed to enhance the look and feel of the Windows Terminal, with three variants: Cascadia Code, the standard version of the font; Cascadia Mono, which is the version without Ligatures; and Cascadia PL, the version embedded with Powerline symbols. For Windows or any other OS that employs TrueType hinting, it is recommended to use the TTF version to achieve optimal rendering quality, though the OTF version is also provided.
    Downloads: 15 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 5
    The ROX Desktop is a desktop based around ROX-Filer - a powerful file manager.
    Leader badge
    Downloads: 98 This Week
    Last Update:
    See Project
  • 6
    Menu Maker is 100% Python heuristics-driven menu generator for a number of X Window Managers and desktop environments. It features large knowledge base of known programs, powerful and flexible search algorithms, persistence of menus across several WMs
    Leader badge
    Downloads: 82 This Week
    Last Update:
    See Project
  • 7

    Arabeyes

    A project to increase free Arabic fonts on Unix/Linux

    Arabeyes is a Meta project that is aimed at fully supporting the Arabic language in the Unix/Linux environment. It is designed to be a central location to standardize the Arabization process. Arabeyes relies on voluntary contributions.
    Leader badge
    Downloads: 179 This Week
    Last Update:
    See Project
  • 8
    PyMuPDF

    PyMuPDF

    Python bindings for MuPDF's rendering library.

    MuPDF is a lightweight PDF, XPS, and E-book viewer. MuPDF consists of a software library, command line tools, and viewers for various platforms. The renderer in MuPDF is tailored for high-quality anti-aliased graphics. It renders text with metrics and spacing accurate to within fractions of a pixel for the highest fidelity in reproducing the look of a printed page on the screen. The viewer is small, fast, yet complete. It supports many document formats, such as PDF, XPS, OpenXPS, CBZ, EPUB, and FictionBook 2. You can annotate PDF documents and fill out forms with the mobile viewers (this feature is coming soon to the desktop viewer as well). The command line tools allow you to annotate, edit, and convert documents to other formats such as HTML, SVG, PDF, and CBZ. You can also write scripts to manipulate documents using Javascript. The library is written modularly in portable C, so features can be added and removed by integrators if they so desire.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 9
    Anti AFK
    Simple, efficient, minimalist and customizable program to avoid AFK detection, for both mouse and keyboard. This can be used for work or games such as Roblox or Minecraft. Source Code: https://github.com/PETEROLO291/Anti-AFK Tags: Roblox anti AFK Minecraft Anti AFK Anti AFK
    Downloads: 137 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    Screen Translate

    Screen Translate

    An OCR translator tool made by utilizing tesseract & python-opencv

    STL is an easy to use and light OCR translator tool that can be use to translate your screen. Made with python by utilizing Tesseract and opencv-python. For full view of the project you can check the Github repository: https://github.com/Dadangdut33/Screen-Translate REQUIREMENTS - Tesseract : https://github.com/UB-Mannheim/tesseract/wiki. Needed for the ocr. Install it with all the language pack. - Libretranslate (Optional for offline translation support) - Internet connection for translation if not using libretranslate # Tutorial on How To Setup https://github.com/Dadangdut33/Screen-Translate#installation-and-setup
    Leader badge
    Downloads: 64 This Week
    Last Update:
    See Project
  • 11
    Hasklig

    Hasklig

    A code font with monospaced ligatures

    Programming languages are limited to relatively few characters. As a result, combined character operators surfaced quite early, such as the widely used arrow (->), comprised of a hyphen and greater sign. It looks like an arrow if you know the analogy and squint a bit. Composite glyphs are problematic in languages such as Haskell which utilize these complicated operators (=> -< >>= etc.) extensively. The readability of such complex code improves with pretty printing. Academic articles featuring Haskell code often use lhs2tex to achieve an appealing rendering, but it is of no use when programming. Hasklig solves the problem the way typographers have always solved ill-fitting characters which co-occur often, ligatures. The underlying code stays the same, only the representation changes. Not only can multi-character glyphs be rendered more vividly, other problematic things in monospaced fonts, such as spacing can be corrected.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 12
    GtkGLExt is an OpenGL extension to GTK+. It provides additional GDK objects which support OpenGL rendering in GTK+, and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.
    Leader badge
    Downloads: 71 This Week
    Last Update:
    See Project
  • 13
    CamDesk

    CamDesk

    The Desktop Webcam Widget

    CamDesk is a free, open source, desktop webcam widget, that was created as home surveillance application. Although others have used it for demonstrations even with CamStudio, and QuickTime Player for screen casting.
    Downloads: 48 This Week
    Last Update:
    See Project
  • 14
    Inter

    Inter

    The Inter font family

    Inter is a typeface carefully crafted & designed for computer screens. Inter features a tall x-height to aid in readability of mixed-case and lower-case text. Several OpenType features are provided as well, like contextual alternates that adjusts punctuation depending on the shape of surrounding glyphs, slashed zero for when you need to disambiguate "0" from "o", tabular numbers, etc. Using Inter is as easy as downloading & installing the font files. There's of course no absolute right or wrong when it comes to expressing yourself with typography, but Inter Dynamic Metrics provides guidelines for good typography. You simply provide the optical font size, and the tracking and leading is calculated for you to produce the best results. Inter is a free and open source font family. You are free to use this font in almost any way imaginable. Inter comes with many OpenType features that can be used to tailor functionality and aesthetics to your specific needs.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    LuninuxOS

    LuninuxOS

    LuninuxOS is a Debian/Ubuntu based Linux distribution.

    A Linux operating system, designed and developed to be beautiful, simple, fast, and stable on many computer hardware.
    Downloads: 54 This Week
    Last Update:
    See Project
  • 16
    GXDE

    GXDE

    Gorgeous eXtended Deepin Environment

    GXDE is a desktop environment which is based on DDE15 (Deepin Desktop Environment version 15). You can run the classic desktop on newer Debian-based system than deepin 15.11 If you want to download the daily build image, you can visit https://sourceforge.net/projects/gxde-os/ Discord: https://discord.gg/t5Uf2xYpvA
    Downloads: 72 This Week
    Last Update:
    See Project
  • 17
    The purpose of the SynCE project is to provide a means of communication with a Windows CE or Pocket PC device from a computer running Linux, *BSD or other unices.
    Downloads: 35 This Week
    Last Update:
    See Project
  • 18
    The AbiWord word processor is a full-featured cross-platform word processor.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 19
    GCompris : I got IT

    GCompris : I got IT

    Educational Software for children aged 2 to 10.

    GCompris is a high quality educational software suite comprising of numerous activities for children aged 2 to 10. Some of the activities are game oriented, but nonetheless still educational.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 20
    AntiAFK

    AntiAFK

    Prevents being kicked due to inactivity from most games

    A lightweight and basic script, that prevents being kicked due to inactivity from most games.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Anamnesis is a clipboard manager. It stores all clipboard history and offers an easy interface to do a full-text search on the items of its history.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 22
    An Openbox menu editor. Edit your complex xml-based openbox menus easily!
    Leader badge
    Downloads: 34 This Week
    Last Update:
    See Project
  • 23
    AFK Apex Bot

    AFK Apex Bot

    A program that allows the user to AFK in Apex Legends games

    A program that allows the user to AFK in Apex Legends games in order to either lower their KD or get XP. This is especially useful for finishing the battlepass or getting an heirloom as it can get a substantial amount of XP in a short period of time. Only works in 1080P and 1440P (Your primary monitor for Apex has to be one of these resolutions, check quick fixes at the bottom for a workaround.). Also, it is assumed that your jump key is space and your move forward key is w but allows you to choose your interact key and tactical key. If you want the bot to focus primarily on lowering your KD and thus your MMR, click on the KD Lowering button. It will jump out of the dropship early and use either Gibraltar or Horizon to make you as visible and easy to kill as possible while keeping you from being kicked. If you have different keybinds than default, enter them in the text boxes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Devicon

    Devicon

    Set of icons representing programming languages, design & development

    Devicon is a set of icons representing programming languages, designing, and development tools. You can use it as a font or directly copy/paste the SVG code into your project. Devicon aims to gather all logos representing development languages and tools. Each icon comes in several versions: font/SVG, original/plain/line, colored/not colored, wordmark/no wordmark. Devicon has 150+ icons. And it's growing! Open icomoon.io and import icomoon.json. Choose yes when being asked if you would like to restore the settings stored in the configuration file. You can install devicon as a dependency to your project either with npm or yarn.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    LXGW WenKai

    LXGW WenKai

    An open-source Chinese font derived from Fontworks' Klee One

    An open-source Chinese font derived from Fontworks' Klee One. In December 2020, the famous Japanese font manufacturer FONTWORKS released 7 open source Japanese fonts on GitHub , namely Train, Klee, Stick, Rock-n-Roll, Reggae, Rampart and DotGothic16. The seven open-source Japanese fonts have their own characteristics, and among these seven fonts, Klee has the largest number of characters. This is a Japanese textbook style font, which has the characteristics of imitating Song and italics, and is highly readable. Some DIY font enthusiasts have used imitation Song and other fonts to complete this font successively. As a beautifying font for mobile phone systems, it has been transplanted into mobile phone systems such as iOS and Android, and has been welcomed by many computer friends. However, such a completed font has some shortcomings. First , there is a certain difference between the original font and the supplemented font, which causes some different characters.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.