Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 825 Bytes

readme.md

File metadata and controls

18 lines (16 loc) · 825 Bytes

Pyscripts

Requirements

All these scripts require python 3. Some will also require tkinter or turtle.

Discription

  • Text scroll/Text scroll.pyw is a tkinter based fixed speed text scroller.
  • HTML.py is used to generate the headings for https://grahamsguides.wordpress.com.
  • L or R.py is a basic text based game to teach left from right.
  • Random.py is for all your random needs.
  • Google it.py opens a browser to your search term.
  • lines of code.py is a recursive python file line counter.
  • password.py is a stupidly unsucure password handler test (possably following a tutorial).
  • recursive test.pyw is a interesting graphic demonstration of recursion.
  • string test.py is a well documented demonstration of string features.
  • timer.py is a text based timer and stopwatch.
  • upper.py changes the case of text.