https://github.com/asahlcurtis/tuxy
This is a virtual assistant I am making, it's called tuxy. The name is a reference to Clippy. It isn't finished right now, not even close. But I think it's cool. Right now currently it only tells jokes and shows a really first page of google image of tux.
https://github.com/asahlcurtis/tuxy
cpp linux-app tux tux-linux virtual-assistant
Last synced: 2 months ago
JSON representation
This is a virtual assistant I am making, it's called tuxy. The name is a reference to Clippy. It isn't finished right now, not even close. But I think it's cool. Right now currently it only tells jokes and shows a really first page of google image of tux.
- Host: GitHub
- URL: https://github.com/asahlcurtis/tuxy
- Owner: asahlcurtis
- License: mit
- Created: 2025-03-24T03:46:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T22:25:57.000Z (2 months ago)
- Last Synced: 2025-04-09T22:27:59.673Z (2 months ago)
- Topics: cpp, linux-app, tux, tux-linux, virtual-assistant
- Language: C++
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a virtual assistant I am making, it's called tuxy. The name is a reference to Clippy.
It isn't finished right now, not even close. But I think it's cool. Right now currently it only tells jokes and shows a really first page of google image of tux.
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.
you can download the dependencies with your package manager
Fedora:
g++:
sudo dnf install gcc-c++fltk:
sudo dnf install fltkUbuntu/Debian:
g++:
sudo apt install g++fltk:
sudo apt install libfltk1.3-devArch
g++:
sudo pacman -S gccfltk:
sudo pacman -S fltkGentoo:
g++:
sudo emerge sys-devel/gccfltk:
sudo emerge x11-libs/fltkFreeBSD:
g++:
sudo pkg install gccfltk:
sudo pkg install fltkIf 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?