Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Converter

Project url: https://roadmap.sh/projects/unit-converter

A web app to convert between different units of measurement.

Setup

Clone or download this repo Have Python 3.6+ installed

Usage

  • Rename .env_dist to .env
  • Add your secret key to the SECRET_KEY variable. You can create a key with the secrets library.
>>> import secrets
>>> secrets.token_hex(16)
'f93998e306275a5cb098bc5bac9712cd'  # Copy this and set it as SECRET_KEY
  • Run the app
# With uv
uv run app.py

# With Flask
flask --app app run

About

Simple web app to convert units of measurement

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages