Skip to content

ewalk153/linux_smash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Smash

A simple app to play sounds and show letters when the keyboard is used.

screenshot

mac setup:

brew install pyqt
/usr/local/opt/python@3.8/bin/python3 -m venv venv
source venv/bin/activate
pip install -Ur requirements.txt

later when you come back:

source venv/bin/activate

linux setup:

pip install -Ur requirements.txt
sudo apt-get install qt6-base-dev pulseaudio

and to run:

python3 main.py

About

Attempt to reproduce letter games like AlphaBaby and BabySmash with Python and Qt5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published