A repository for teaching version control, python and how to make PR-s for Hacktoberfest 2020.
Contribution is via adding your own json file in the units folder with at least two new units or complementing existing unit files with at least two new unit lines. Examples can be found in units/mass.json and units/length.json. You can find several units to add here. Please rename your new files without dash and underscore.
Happy coding! :)
- Now the project is deployed on streamlit: https://share.streamlit.io/norabalogh/hacktober20-unit-converter/main/src/streamlit.py 🚀 🚀 🚀
- in cmd e.g: python src\converter.py 1 "km" "m"
- via streamlit in cmd: streamlit run src\streamlit.py