A modern desktop application for browsing and searching anime information. Built with Python.
- Search anime by title
- View detailed anime information
- Modern and user-friendly interface
- Automatic data fetching from MyAnimeList
- Responsive UI with custom styling
- Clone this repository
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python src/main.py
- PySide6: For the modern GUI interface
- requests: For API communication
- python-dotenv: For environment variable management
- Pillow: For image handling
pyitsu/
├── src/
│ ├── main.py # Application entry point
│ ├── ui/ # User interface components
│ │ ├── main_window.py # Main window implementation
│ │ └── components/ # UI components
│ ├── api/ # API integration
│ │ └── jikan_client.py # Jikan API client for kitsu.io
│ ├── models/ # Data models
│ │ └── anime.py # Anime data model
│ └── resources/ # Application resources
│ ├── icons/ # Application icons
│ └── fonts/ # Custom fonts
├── requirements.txt # Project dependencies
└── README.md # Project documentation
Feel free to submit issues and enhancement requests!