Skip to content
aliakbar edited this page Feb 13, 2025 · 8 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 :

you can use this : pip install -r requirments.txt

depends package

open cmd and use this command :

win + R after type cmd

pip install colorama

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

i import this (its dont need install)

winsound

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

time

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

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