Skip to content

Yar00myr/X-Python_first_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

X-Python First Task

Description

This project is a simulation of a washing machine built using Flask.

Technologies Used

  • Python
  • Flask
  • Flask-WTF (for form handling)
  • HTML/CSS/JavaScript (for front-end development)

Installation

  1. Create venv:

    python -m venv .venv

    or

    python3 -m venv .venv
  2. Activate venv:

  • For Windows:
    .\.venv\Scripts\activate.ps1    
  • For Linux / macOS:
    source .venv\bin\activate
    
  1. Clone Repositori:
    git clone https://github.com/Yar00myr/X-Python_first_task
    or
    git clone https://github.com/Yar00myr/X-Python_first_task.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors