Skip to content

Files

Latest commit

51c2fe3 · May 2, 2021

History

History
7 lines (6 loc) · 315 Bytes

README.md

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.