Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 340 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 340 Bytes

Python

  • Python Programs
  1. Star.py will draw a star using python's turtle module.
  2. passgenerator.py will create a password of length 12 with random alphabets(lower and upper), numbers and symbols.
  • api:
    api.py is an api that stores the value given by the user to json file and retrieves when needed.