Commit
·
3b2b505
1
Parent(s):
95bad29
updateing readme
Browse files
readme.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Salary Calculator
|
2 |
|
3 |
This Salary Calculator is a Python-based command-line tool designed to help users determine the additional amount needed on top of their desired salary to account for taxes. It takes into consideration factors such as current salary, desired increment, daily travel costs, and the number of physical workdays per week.
|
|
|
1 |
+
---
|
2 |
+
title: Salary Calculator
|
3 |
+
colorFrom: blue
|
4 |
+
colorTo: yellow
|
5 |
+
emoji: 💵🤑🫰
|
6 |
+
sdk: streamlit
|
7 |
+
app_file: app.py
|
8 |
+
pinned: true
|
9 |
+
---
|
10 |
+
|
11 |
+
|
12 |
# Salary Calculator
|
13 |
|
14 |
This Salary Calculator is a Python-based command-line tool designed to help users determine the additional amount needed on top of their desired salary to account for taxes. It takes into consideration factors such as current salary, desired increment, daily travel costs, and the number of physical workdays per week.
|