Skip to content
aliakbar edited this page Apr 27, 2024 · 5 revisions

Welcome to the Calculator-V1 wiki!

package using:

winsound

for play alarm sound

ctypes

for message box

colorama

for color text consol message

time

for timer

os

for message box

install package :

depends package

open cmd and use this command :

win + R after type cmd

pip install colorama

https://pypi.org/project/colorama/

pip install winsound

https://docs.python.org/3/library/winsound.html

pip install time

https://docs.python.org/3/library/time.html

pip install ctypes

https://docs.python.org/3/library/ctypes.html


calculator

simple calculator

my first app with pyhthon

this source good for train and learn python