README.md
pyproject.toml
meyigi_scripts/__init__.py
meyigi_scripts/types.py
meyigi_scripts.egg-info/PKG-INFO
meyigi_scripts.egg-info/SOURCES.txt
meyigi_scripts.egg-info/dependency_links.txt
meyigi_scripts.egg-info/requires.txt
meyigi_scripts.egg-info/top_level.txt
meyigi_scripts/ai/__init__.py
meyigi_scripts/ai/chatgpt.py
meyigi_scripts/ai/gemini.py
meyigi_scripts/fileio/__init__.py
meyigi_scripts/fileio/excel.py
meyigi_scripts/fileio/json.py
meyigi_scripts/fileio/loaders.py
meyigi_scripts/fileio/text.py
meyigi_scripts/protocols/__init__.py
meyigi_scripts/protocols/browser.py
meyigi_scripts/scraping/browser.py
meyigi_scripts/scraping/network.py
meyigi_scripts/scraping/parsers.py
meyigi_scripts/system/__init__.py
meyigi_scripts/system/human_like_scroll_to_bottom.py
meyigi_scripts/system/init_project.py
meyigi_scripts/system/prevent_sleep.py
meyigi_scripts/utils/decorators.py
meyigi_scripts/utils/random.py
meyigi_scripts/utils/text.py
tests/__init__.py
tests/test_ChatGPTAPI.py
tests/test_ColorPrinter.py
tests/test_append_to_excel.py
tests/test_append_to_txt.py
tests/test_clean_string.py
tests/test_generate_filename.py
tests/test_get_attrubute.py
tests/test_get_item.py
tests/test_get_requests.py
tests/test_json.py
tests/test_load_html_files.py
tests/test_load_txt.py
tests/test_playwright_browser.py
tests/test_retry.py
tests/test_timeit.py
tests/test_truncate_string.py