Skip to content

A simple tool to make any window borderless. Perfect for games and applications that don't support borderless windowed mode natively.

License

Notifications You must be signed in to change notification settings

cherzlieb/py-borderless-games-and-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Borderless Games and Apps

Release

A simple tool to make any window borderless. Perfect for games and applications that don't support borderless windowed mode natively.

Features

  • Make any window borderless
  • Simple and easy to use interface
  • Supports most Windows applications and games
  • Version controlled releases
  • Blacklist functionality for excluding applications

Installation

  1. Download the latest release from the Releases page
  2. Extract the ZIP file
  3. Run Borderless-Games-and-Apps.exe

Development

Prerequisites

  • Python 3.13+
  • UV package installer (recommended)
  • Virtual environment (recommended)

Setup Development Environment

# Clone the repository
git clone https://github.com/cherzlieb/py-borderless-games-and-apps

# Create virtual environment
python -m venv .venv

# Activate virtual environment (Windows)
.venv\Scripts\activate

# Install UV (if not already installed)
python -m pip install uv

# Install dependencies using UV
uv pip install -r requirements.txt

Creating a Release

To create a new release:

  1. Run the release script:
python scripts/create_release.py
  1. Choose version increment:
  • MAJOR: for incompatible changes
  • MINOR: for adding functionality in a backward compatible manner
  • PATCH: for backward compatible bug fixes
  • Empty: keep current version

The script will:

  • Update version number
  • Build the executable
  • Create a release package
  • Generate a ZIP file

License

MIT License

Requirements

See pyproject.toml for detailed dependencies.

About

A simple tool to make any window borderless. Perfect for games and applications that don't support borderless windowed mode natively.

Resources

License

Stars

Watchers

Forks

Languages