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.
- Host: GitHub
- URL: https://github.com/kailuser/claton
- Owner: KailUser
- License: gpl-3.0
- Created: 2023-12-10T11:34:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T08:25:07.000Z (over 2 years ago)
- Last Synced: 2025-03-10T13:55:46.126Z (over 1 year ago)
- Topics: cfw, claton, nintendo-switch, pysimplegui, python
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLATON




[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.