Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

A website that allows you to calculate the weight of steel products according to the data entered by the user.

License

Notifications You must be signed in to change notification settings

rin-gil/metal-weight-calculator

Repository files navigation

MetalWeightCalculator

python version Django version gunicorn version environs version Code style: black Code tests Code tests MIT licence

Ru Ua

Metal Weight Calculator

The application performs the calculation of the theoretical weight of rolled steel, based on the data entered by the user. A selection of different types of rolled metal products, metals and metal alloys is available.

Installing

git clone https://github.com/rin-gil/MetalWeightCalculator.git
cd MetalWeightCalculator
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
mv .env.dist .env

Setup and launch

  • Run the application with the command python3 manage.py runserver
  • The application is available in your browser at: http://127.0.0.1:8000/

Screenshots

MetalWeightCalculator home screen

Developers

License

Metal Weight Calculator is licensed under MIT

About

A website that allows you to calculate the weight of steel products according to the data entered by the user.

Topics

Resources

License

Security policy

Stars

Watchers

Forks