Skip to content

deltahedge1/snek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Working Code for Snek Tutorial

Disclaimer

I did not make this tutorial or come up with this code but I really enjoyed the tutorial. To help others I am putting up a working version on github. This will help others see how it works if they are having trouble. Props to Amir Rachum for the tutorial.

python 3.7 tested working on Windows

How to use code

  1. follow tutorial at snek tutorial by Amir Rachum
  2. create and activate a virtualenv
python -m venv venv
venv\Scripts\activate # Windows
venv/bin/activate # Linux
pip install docopt
  1. go to snek folder and install
cd snek
python setup.py develop # install snek
  1. go to cute_snek and install
cd cute_snek # from root folder otherwise cd ../cute_snek
python setup.py develop # install snek
  1. test out functionality
snek
snek --type cute
snek --type fancy

Epilogue

thanks Amir Rachum looking forward to seeing more tutorials

About

working snek console scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages