https://github.com/antonisparaskevis/salary-increase
A Python script that calculates the increase of a salary after 3 5% increments.
https://github.com/antonisparaskevis/salary-increase
python python-3 python3 script
Last synced: 7 months ago
JSON representation
A Python script that calculates the increase of a salary after 3 5% increments.
- Host: GitHub
- URL: https://github.com/antonisparaskevis/salary-increase
- Owner: AntonisParaskevis
- License: mit
- Created: 2025-10-28T18:19:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-28T18:19:51.000Z (8 months ago)
- Last Synced: 2025-10-28T20:26:11.035Z (8 months ago)
- Topics: python, python-3, python3, script
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# salary-increase
A Python script that calculates the increase of a salary after 3 5% increments.
# Requirements
Python 3.x
# Download
Click the Code button, then click on "Download ZIP"
OR
Click the salary_increase.py file, then click on the Download Raw File button
# Usage
1. Enter the salary. It must be a positive number, either integer or decimal. Then, press Enter.
2. The new salary and the increase percentage will be displayed on screen.
3. Finally, press Enter to exit the program.
# License
MIT License © 2025 Antonis Paraskevis