All Projects → Gjum → gagar

Gjum / gagar

Licence: GPL-3.0 license
Standalone graphical agar.io Python client/bot using GTK and agarnet

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to gagar

live-chart
A real-time charting library for Vala and GTK3 based on Cairo
Stars: ✭ 47 (+123.81%)
Mutual labels:  gtk, cairo
slope
C/Gtk+ data visualization library.
Stars: ✭ 91 (+333.33%)
Mutual labels:  gtk, cairo
Easyssh
The SSH connection manager to make your life easier.
Stars: ✭ 207 (+885.71%)
Mutual labels:  gtk
gftp
gFTP is a free multithreaded file transfer client for *NIX based machines. 56 language translations available.
Stars: ✭ 81 (+285.71%)
Mutual labels:  gtk
Yad
Yet Another Dialog
Stars: ✭ 218 (+938.1%)
Mutual labels:  gtk
Vimiv
An image viewer with vim-like keybindings.
Stars: ✭ 206 (+880.95%)
Mutual labels:  gtk
Foliate
A simple and modern GTK eBook reader
Stars: ✭ 3,150 (+14900%)
Mutual labels:  gtk
Mednaffe
A front-end (GUI) for mednafen emulator
Stars: ✭ 200 (+852.38%)
Mutual labels:  gtk
py-mon
Simple package to automatically restart application when file changes are detected!
Stars: ✭ 33 (+57.14%)
Mutual labels:  pypi
Hexchat
GTK+ IRC client
Stars: ✭ 2,608 (+12319.05%)
Mutual labels:  gtk
MyJWT
A cli for cracking, testing vulnerabilities on Json Web Token(JWT)
Stars: ✭ 92 (+338.1%)
Mutual labels:  pypi
Fontfinder
GTK application for browsing and installing fonts from Google's font archive
Stars: ✭ 214 (+919.05%)
Mutual labels:  gtk
React Gtk
React Native bridge for gtk desktop applications
Stars: ✭ 209 (+895.24%)
Mutual labels:  gtk
Systemtray
Cross-platform SystemTray support for Swing/AWT, GtkStatusIcon, and AppIndicator on Java 8+
Stars: ✭ 253 (+1104.76%)
Mutual labels:  gtk
Kime
Korean IME
Stars: ✭ 208 (+890.48%)
Mutual labels:  gtk
yavdb
Yet Another Vulnerability Database
Stars: ✭ 14 (-33.33%)
Mutual labels:  pypi
Pywebview
Build GUI for your Python program with JavaScript, HTML, and CSS
Stars: ✭ 2,649 (+12514.29%)
Mutual labels:  gtk
Paperwork
Personal document manager (Linux/Windows) -- Moved to Gnome's Gitlab
Stars: ✭ 2,392 (+11290.48%)
Mutual labels:  gtk
Drill
Search files without indexing, but clever crawling
Stars: ✭ 224 (+966.67%)
Mutual labels:  gtk
surfer
Simple keyboard based web browser
Stars: ✭ 62 (+195.24%)
Mutual labels:  gtk

OUTDATED

Due to heavy changes in the web client and protocol, this project does not work anymore.

gagar

Latest PyPI version Number of PyPI downloads Join the chat at https://gitter.im/Gjum/gagar

Standalone graphical agar.io Python client using GTK and agarnet

Screenshot of gagar

Features

  • mass graph
  • minimap
  • skins
  • show eatability/hostility level of other cells
  • force fields for eatable/hostile cells
  • show/hide anything via key bindings
  • extend with your own plugins (more stats, server chooser, bot, ...)

###Roadmap

  • command-line arguments (nick, gamemode, facebook token)
  • better virus interaction
  • zoom
  • make it work with Ogar
  • documentation (for now, look at the agarnet docs)
  • config file

Installation

First of all, install the GTK dependencies. Under Arch Linux, run

pacman -S python-gobject python-cairo pygtk

Other distros should have similar packages. Someone told me it even works on Mac using MacPorts. If you get it to work, please comment on this issue, so I can add instructions for your system.

The client itself can be installed from PyPI with

pip install gagar

or, if you want to get the source code,

git clone [email protected]:Gjum/gagar.git
cd gagar/
python3 setup.py install

Run the GUI with

gagar -h

Controls

Key Action
S spectate
Q toggle spectate mode
R/RETURN respawn
Mouse movement direction
W shoot small cell
Space split
K explode (disabled on official servers)
C reconnect to any server
I show/hide helpful cell info
N show/hide names
K show/hide skins
M show/hide movement lines
G show/hide grid
B show/hide world border
F1 show/hide overlays
F2 change background color
F3 show/hide FPS meter
ESC quit

About

This is a hobby project of me, on which I work in my free time.

Pull requests are more than welcome, but you should open an issue first, so we can talk about it.

I reverse-engineered the protocol implementation by looking at the (barely) obfuscated Javascript code on the agar.io website. Although it would be much easier now to write a client, because there is a wiki describing the whole protocol and most game mechanics.

If you have any game-related questions, feel free to ask in the #agariomods IRC channel on the Rizon network. For questions about this client specifically, open an issue or write me an email: [email protected]

Disclaimer

This project isn't affiliated with agar.io in any way. When playing with this client, you do not get advertisements, which may be nice for you, but does not pay for the servers needed to run the game.


Licensed under GPLv3.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].