An open API service indexing awesome lists of open source software.

https://github.com/kailuser/claton

CLATON is a Python application designed to facilitate the fast installation of custom firmware (CFW) on the Nintendo Switch.
https://github.com/kailuser/claton

cfw claton nintendo-switch pysimplegui python

Last synced: about 2 months ago
JSON representation

CLATON is a Python application designed to facilitate the fast installation of custom firmware (CFW) on the Nintendo Switch.

Awesome Lists containing this project

README

          

# CLATON
![GitHub all releases](https://img.shields.io/github/downloads/KailUser/CLATON/total?style=flat-square)
![GitHub forks](https://img.shields.io/github/forks/KailUser/CLATON?style=flat-square)
![GitHub License](https://img.shields.io/github/license/KailUser/CLATON?style=flat-square)
![GitHub repo size](https://img.shields.io/github/repo-size/KailUser/CLATON?style=flat-square)

[Russian readme.md](https://github.com/KailUser/CLATON/blob/main/README_RU.md)
## Description
CLATON is a Python application designed to quickly install custom firmware (CFW) on the Nintendo Switch console.

## Author
- **Syirezz (KailUser)**

## Features
- Simplifies the process of installing custom firmware on the Nintendo Switch.
- Provides a user-friendly interface for selecting and installing firmware components.
- Supports various custom firmware options, including Hekate, Kefir and HBMenu (HBMenu in development!).

## Usage
1. **Installation**:
- Make sure you have Python installed.
- Clone this repository or download the source code.
- Install the necessary dependencies (PySimpleGUI, requests, etc.) using `pip install -r requirement.txt `.

2. **Launching the application**:
- Run the main Python script (`main.py `) to launch the application.
- Enter the desired device letter and select the components to install.
- Click the "Start install process" button to start the installation.

## Contribution
Contribution to this project is welcome! You can fork the repository, make improvements, and send pull requests.

## License
This project is licensed under the GNU GENERAL PUBLIC LICENSE.

## Thanks
Special thanks to libraries such as [PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI ), [requests](https://github.com/psf/requests ), io, zipfile, os.