The members of SAG-AFTRA (Screen Actors Guild and American Federation of Television and Radio Artists) and their allies are on strike about unfair labor situations in Hollywood. Some actors have cited the lack of residuals as reasons for going on strike; despite appearing on popular TV shows as series regulars or guests, they are being paid pennies.
This project shows how much an actor's finances could be impacted based on their expected work hours, their hourly wage[1], their expected overtime work hours, and their overtime hourly wage[2].
[1] Note: the hourly wage is assumed to be constant for this project
[2] Note: the overtime hourly wage is also assumed to be constant
- Python 3
- Tkinter library
- Download the
tkinter_sag_strike_calculator.py
file - Open a command prompt and change the working directory to the location of the downloaded file
- Run
python tkinter_sag_strike_calculator.py
- Press
Quit
to quit the program or click on theX
at the top right of the window
- Press
- make moving table entries easier when adding new features/boxes instead of recalculating all object placement, OR use .grid
- allow different tabs of program
- data from previous tab should be there when tabs change - aka, save all data
- table to insert estimated pay for which dates, taxes, actual pay, % loss, payday
- make this on another tab of the project
- export to csv file
- import from csv file
- calculate average tax -> use to tune actual pay and % loss
- another section: budget for living expenses (eg. rent, food) and port data from previous section (eg. actual pay)