This is a program that allows the user to play a game of poker in the command line. It includes all faces and uses the random() module in python to randomize the cards.
This is a program that allows the user to play a game of poker in the command line. It includes all faces and uses the random() module in python to randomize the cards. The program is a static command line program that shows the user in a visual fashion how they can use programming languages to do fun things as well.
- Only two dependencies (sys, random)!!
pip install random
- No real install needed, just make sure you have the bash terminal updated
sudo apt update
sudo apt upgrade
- Run the program like any other common bash script.
python poker.py
Common problems or issues are that you are not using an authorized user and need to switch to root.
sudo python poker.py
Contributors names and contact info
Christopher Hyatt (me)
- 0.2
- Various bug fixes and optimizations
- See commit change or See release history
- 0.1
- Initial Release
This project is licensed under the [GNU Privacy v3] License - see the LICENSE.md file for details
Inspiration taken from a list of basic programs to make in any language that I have in a random text file of ideas.