Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 315 Bytes

File metadata and controls

7 lines (6 loc) · 315 Bytes

Python-Projects

Small Python projects. Calculator 2.0 - Basic +,-,*,÷ Calculator in python.Planning to add GUI and more mathematical functions.

Password generator 1.0 - Simple password generator using the random module. Planning to add more specification from the user for the password generated. And GUI.