An open API service indexing awesome lists of open source software.

https://github.com/geopjr/crycord-gui

A GUI for Crycord written in Crystal, GTK and Glade
https://github.com/geopjr/crycord-gui

Last synced: over 1 year ago
JSON representation

A GUI for Crycord written in Crystal, GTK and Glade

Awesome Lists containing this project

README

          










Ko-Fi donate button
liberapay
MIT


# crycord-GUI

Crycord-GUI is a gui for [Crycord](https://github.com/GeopJr/crycord) using GTK.

## Installation

You can download the ~~*statically* linked~~ build from the releases page!

## Usage

- Run it
- Ta-da!

## Development

Most of the interface is made using Glade.
Use IDs only on widgets you are planning to modify.
Switches' IDs in the 'Plugins' tab should match the names of plugins and groups of Crycord.

## Screenshots

![main](https://i.imgur.com/Cgj74wP.png)
![plugins](https://i.imgur.com/hgo70zY.png)
![run](https://i.imgur.com/Ky5XGFt.png)
![revert](https://i.imgur.com/F5tclCa.png)
![about](https://i.imgur.com/plO89ip.png)

## Contributing

1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

- [GeopJr](https://github.com/GeopJr) - creator and maintainer