LICENSE
README.md
pyproject.toml
src/procrastination_helper/__init__.py
src/procrastination_helper/__main__.py
src/procrastination_helper/customexcuses.py
src/procrastination_helper/delay_timer.py
src/procrastination_helper/get_excuse.py
src/procrastination_helper/list_of_excuses.py
src/procrastination_helper/quotes.py
src/procrastination_helper.egg-info/PKG-INFO
src/procrastination_helper.egg-info/SOURCES.txt
src/procrastination_helper.egg-info/dependency_links.txt
src/procrastination_helper.egg-info/entry_points.txt
src/procrastination_helper.egg-info/requires.txt
src/procrastination_helper.egg-info/top_level.txt
src/procrastination_helper/data/__init__.py
src/procrastination_helper/data/excusesData.py
src/procrastination_helper/data/quotesData.py
tests/test_customexcuses.py
tests/test_delay_timer.py
tests/test_excuses.py
tests/test_list_of_excuses.py
tests/test_quotes.py