Metadata-Version: 2.4
Name: FuckTikTok
Version: 0.1.0
Summary: A custom API request handler similar to requests.
Author-email: Your Name <your@email.com>
License: MIT License
        
        Copyright (c) 2026 [Your Name]
        
        Permission is hereby granted, free of charge, to any person obtaining a copy...
Project-URL: Homepage, https://github.com/yourusername/fucktiktok
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Dynamic: license-file

# FuckTikTok

A simple Python package for making API calls and printing responses, because why not.

## Installation
pip install FuckTikTok

## Usage
import FuckTikTok

resp = FuckTikTok.get("https://api.example.com")
FuckTikTok.print_response(resp, 'json')
