Skip to content

Jbablestime/SoloParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

SoloParser

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:

Sample

Requirements

Installation

Install a virtual environment
python -m venv .venv
source .venv/bin/activate # Linux
.venv\Scripts\activate # Windows
pip install -r requirements.txt

Usage

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.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

GNU

About

A solo.to API parser made in Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages