This project is a simulation of a washing machine built using Flask.
- Python
- Flask
- Flask-WTF (for form handling)
- HTML/CSS/JavaScript (for front-end development)
-
Create venv:
python -m venv .venvor
python3 -m venv .venv -
Activate venv:
- For Windows:
.\.venv\Scripts\activate.ps1
- For Linux / macOS:
source .venv\bin\activate
- Clone Repositori:
or
git clone https://github.com/Yar00myr/X-Python_first_task
git clone https://github.com/Yar00myr/X-Python_first_task.git