Skip to content

Polsu Overlay is a powerful Bedwars Overlay designed with simplicity in mind. It comes with many quality of life improvements to assist you whilst playing.

License

Notifications You must be signed in to change notification settings

Polsu-Development/PolsuOverlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
Polsu

Polsu's Overlay

A Hypixel Bedwars Overlay in Python, 100% free and open source!

Downloads Discord Wakatime

๐Ÿ“– Table of Contents

๐Ÿ“ About

This is the second version of Polsu's Overlay, a powerful Hypixel Bedwars Overlay made in Python.

๐Ÿ“ฅ Installation

Download the latest version of Polsu's Overlay as an executable file (.exe) here.

You can also download the source code and run it with Python (see Development).

Or even download the source code and compile it yourself with PyInstaller (see Development).

๐Ÿ“„ Usage

Launch the Overlay and it will automatically ask you to enter your Polsu API Key (you can find it here).

Then you just need to head over to the settings (click the Polsu logo) and choose your Minecraft client (or custom path).

๐Ÿ” Features

  • Automatically shows stats of players who joined your lobby after you
  • Shows party stats
  • Shows if players are nicked
  • Automatically claim your daily reward
  • View your opponentโ€™s quickbuy
  • Highly customisable, change the look of the interface. Craft custom themes, you can change:
    • fonts
    • colors
    • icons
    • images
  • You can easily know if a player is good or not since the player gets highlighted
  • Shows player heads, stars, name, winstreak, fkdr, finals, wlr, wins, bblr, beds and index stats
  • You can manually add a plyer to the overlay by doing /msg +<PLAYER> or /w +<PLAYER> in game
  • You can manually clear the stats list
  • Displays game duration at the top of the window
  • Displays player table count
  • Tags:
    • Party
    • Nicked
  • Ranks (emojis):
    • Overlay User ๐ŸŽฎ
    • Premium โœจ
    • VIP ๐Ÿ”—
    • Staff ๐Ÿ”จ
    • Developer ๐Ÿ’ป
    • Owner ๐Ÿ‘‘
  • Requested players stats are temporarily saved
  • Automatic /who
  • Discord Rich Presence
  • Customizable window opacity, size & opacity
  • Custom logs path
  • Blacklist System
    • Local blacklists (unlimited)
    • Polsu blacklist

๐Ÿ†• Next Features

  • Shows stats of the player who mentioned you in the lobby
  • Keybinds

๐Ÿ› Known Bugs

None for the moment.

๐Ÿ’ป Development

โš’๏ธ Requirements

  • Python: To unlock all the power of Python (v3.11)

๐Ÿ“ฅ Configuration

Create a virtual environment

python3.11 -m venv venv

Activate the virtual environment

# Windows
venv\Scripts\activate.bat

# Linux
source venv/bin/activate

Install the dependencies

pip install -r requirements.txt

Run the program

python main.py

๐Ÿ—๏ธ Build

Install PyInstaller

pip install pyinstaller

Build the executable file

pyinstaller --noconfirm build.spec

The executable file will be in the dist folder.
You can now run it!

๐Ÿ’Ž Support us

Hosting our services is not free, so if you like our work, please consider supporting us by buying a premium subscription on our website here.
By becoming a premium user, you not only gain our gratitude, but you also get access to exclusive features, limited only to donators on our Discord bot, Polsu!

We hope we can continue to provide you with the best free services possible, and we thank you for your support!

๐Ÿ“ƒ Credits

๐Ÿ’ป Developers

This overlay was entirely made & designed by Polsulpicien.

Special thanks to:

  • Zickles
  • phiwijo
    for adding a linux support to the overlay.
  • Dueel
    for adding support for custom fonts.

๐Ÿ“š Libraries

  • PyQt5: Python bindings for the Qt cross-platform application and UI framework (v5.15.2)
  • requests: Python HTTP for Humans (v2.26.0)
  • asyncio: Asynchronous I/O, event loop, coroutines and tasks (v3.11.0)
  • aiohttp: HTTP client/server for asyncio (v3.7.4.post0)
  • pypresence: Discord RPC client library for Python (v4.2.0)
  • keyboard: Hook and simulate keyboard events on Windows and Linux (v0.13.5)
  • DateTime: A Python DateTime library (v4.3)
  • pystray: A cross-platform API for writing system tray applications in Python (v0.17.0)
  • Pillow: Python Imaging Library (v8.4.0)
  • notify-py: A cross-platform Python package to display desktop notifications (v0.4.2)
  • pyqt_frameless_window: A PyQt5 widget that can be used to create frameless windows (v1.0.0)
  • packaging: Core utilities for Python packages (v21.3)
  • pywinctl: A Python library for controlling Windows (v0.1.0)
  • PyInstaller: A program that freezes (packages) Python programs into stand-alone executables (v4.5.1)

๐ŸŽจ Assets

  • Copyright 2023 Fonticons, Inc. โ€ข Overlay Icons (https://fontawesome.com/)
  • Copyright 2017 Jacob Debono โ€ข Minecraft Font
  • Copyright 2023 Polsu Development โ€ข Polsu's Overlay Logo (https://polsu.xyz)

๐Ÿ“ License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

# โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”“
# โ”ƒ                                                        โ”ƒ
# โ”ƒ                         Polsu                          โ”ƒ
# โ”ƒ                                                        โ”ƒ
# โ”ƒ          A Hypixel Bedwars Overlay in Python,          โ”ƒ
# โ”ƒ               100% free and open source!               โ”ƒ
# โ”ƒ                                                        โ”ƒ
# โ”ƒ โ€ข https://polsu.xyz                                    โ”ƒ
# โ”ƒ โ€ข https://invite.polsu.xyz                             โ”ƒ
# โ”ƒ โ€ข https://api.polsu.xyz                                โ”ƒ
# โ”ƒ โ€ข https://discord.polsu.xyz                            โ”ƒ
# โ”ƒ โ€ข https://premium.polsu.xyz                            โ”ƒ
# โ”ƒ โ€ข https://overlay.polsu.xyz                            โ”ƒ
# โ”ƒ                                                        โ”ƒ
# โ”ƒ                                                        โ”ƒ
# โ”ƒ ยฉ 2023 - 2024, Polsu Development - All rights reserved โ”ƒ
# โ”ƒ                                                        โ”ƒ
# โ”ƒ Redistribution and use in source and binary forms,     โ”ƒ
# โ”ƒ with or without modification, are permitted provided   โ”ƒ 
# โ”ƒ that thfollowing conditions are met:                   โ”ƒ
# โ”ƒ                                                        โ”ƒ
# โ”ƒ 1. Redistributions of source code must retain the      โ”ƒ
# โ”ƒ    above copyright notice, this list of                โ”ƒ
# โ”ƒ    conditions and the following disclaimer.            โ”ƒ
# โ”ƒ                                                        โ”ƒ
# โ”ƒ 2. Redistributions in binary form must reproduce the   โ”ƒ
# โ”ƒ    above copyright notice, this list                   โ”ƒ
# โ”ƒ    of conditions and the following disclaimer in the   โ”ƒ
# โ”ƒ    documentation and/or other materials provided       โ”ƒ
# โ”ƒ    with the distribution.                              โ”ƒ
# โ”ƒ                                                        โ”ƒ
# โ”ƒ 3. Neither the name of Polsu Overlay nor the           โ”ƒ
# โ”ƒ    names of its contributors may be used to endorse    โ”ƒ
# โ”ƒ    or promote products derived from this software      โ”ƒ
# โ”ƒ    without specific prior written permission.          โ”ƒ
# โ”ƒ                                                        โ”ƒ
# โ”ƒ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS     โ”ƒ
# โ”ƒ AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED    โ”ƒ
# โ”ƒ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED โ”ƒ
# โ”ƒ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A        โ”ƒ
# โ”ƒ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL   โ”ƒ
# โ”ƒ THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR     โ”ƒ
# โ”ƒ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,  โ”ƒ
# โ”ƒ OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED   โ”ƒ
# โ”ƒ TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS  โ”ƒ
# โ”ƒ OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)    โ”ƒ
# โ”ƒ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER โ”ƒ
# โ”ƒ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING      โ”ƒ
# โ”ƒ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE โ”ƒ
# โ”ƒ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE           โ”ƒ
# โ”ƒ POSSIBILITY OF SUCH DAMAGE.                            โ”ƒ
# โ”ƒ                                                        โ”ƒ
# โ”—โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”›