Skip to content

Tuxy is a virtual assistant inspired by Clippy to automate tasks, customize your os, and general help of office work. It is pre-alpha but updates will come every two weeks give or take. Help Wanted.

License

Notifications You must be signed in to change notification settings

asahlcurtis/tuxy

Repository files navigation

Tuxy is a virtual assistant inspired by Clippy to automate tasks, customize your os, and general help of office work. It is pre-alpha but updates will come every two weeks give or take.

To build you need fltk and g++. You can type g++ tuxy.cpp -o tuxy -lfltk -lfltk_images -lX11 -lXext -lpthread -lm or type make in the terminal.

If you want to contact me, email me at asahlcurtis@gmail.com

The tux image was made by Larry Ewing at lewing@isc.tamu.edu with the GIMP

Help wanted.

you can download the dependencies with your package manager

Fedora:

g++:
sudo dnf install gcc-c++

fltk:
sudo dnf install fltk

Ubuntu/Debian:

g++:
sudo apt install g++

fltk:
sudo apt install libfltk1.3-dev

Arch

g++:
sudo pacman -S gcc

fltk:
sudo pacman -S fltk

Gentoo:

g++:
sudo emerge sys-devel/gcc

fltk:
sudo emerge x11-libs/fltk

FreeBSD:

g++:
sudo pkg install gcc

fltk:
sudo pkg install fltk

If I didn't cover you OS. Sorry you better know the library naming rules of your package manager and remember the latest version of fltk! If your OS is Windows or macOS why are you installing a piece of software which is built around tux?

Screenshot From 2025-04-10 12-28-28 Screenshot From 2025-04-10 12-28-14 Screenshot From 2025-04-10 12-28-01 Screenshot From 2025-04-10 12-27-53 Screenshot From 2025-04-10 12-27-43

*images from version 0.0.1 pre-alpha

About

Tuxy is a virtual assistant inspired by Clippy to automate tasks, customize your os, and general help of office work. It is pre-alpha but updates will come every two weeks give or take. Help Wanted.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published