Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.24 KB

File metadata and controls

58 lines (36 loc) · 1.24 KB

MiniProjects

Random / Miscellanious little projects to practice.

Possible Mini-Projects

  • QR code generator
  • Calculator
  • Tick Tac Toe

Business card android app.

Preview

Updated to August 30th 2025

image

Only function definitions.

Requires the installation of python library qrcode, with the pillow dependency. To do so run:

pip install "qrcode[pil]"

Includes python app to order coffees through console.

Folder to test python turtle library.