A solo.to API parser made in Python using PyQt6. This application allows you to fetch and display data from the solo.to API by entering a username.
Sample:
Install a virtual environment
python -m venv .venv
source .venv/bin/activate # Linux
.venv\Scripts\activate # Windows
pip install -r requirements.txt
To start the application, run the following command:
python main.py
In the application window, enter a solo.to username and click "Submit". If the username is valid, a new window will open displaying the fetched data.
Contributions are welcome! Please feel free to submit a Pull Request.