https://github.com/lupin3000/rfcat-gui
RfCat GUI by Python 3.x Tkinter
https://github.com/lupin3000/rfcat-gui
python rfcat tkinter
Last synced: 3 months ago
JSON representation
RfCat GUI by Python 3.x Tkinter
- Host: GitHub
- URL: https://github.com/lupin3000/rfcat-gui
- Owner: Lupin3000
- Created: 2021-03-02T11:05:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T08:39:48.000Z (over 5 years ago)
- Last Synced: 2025-03-28T05:23:23.312Z (about 1 year ago)
- Topics: python, rfcat, tkinter
- Language: Python
- Homepage: https://softwaretester.info
- Size: 88.9 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# RfCat-GUI
Feel free to use this software as is for personal use only. Do not use this code in other projects or in commercial products. I am not responsible for issues, mistakes or illegal activities.
**Again:** I hold no liability for your actions with this code.
**Also important:**
This project is just started ... what does it mean?
- only Python 3.x support (_Python 2.x missing_)
- available is just a simple mockup
- just few parts are working now (_but not tested_)
- missing feature: detailed validations for values (_just high level implementation_)
- missing feature: receive into text area
- missing feature: many rfcat options are not visible or deactivated yet
- missing feature: UX (_not sure if needed but could imagen_)
- etc.
## Build
```shell
# clone repository
$ git clone https://github.com/Lupin3000/rfcat-gui.git
# change into cloned directory
$ cd rfcat-gui
# create virtualenv
$ virtualenv -p python3 .env
# install requirements
$ pip install -r requirements.txt
# create macOS application
$ python setup.py py2app -A
```
## Usage
Note: PlugIn your Dongle before start application!
```shell
# change directory
$ cd rfcat-gui/dist/
# run application
$ open -a RfCat-GUI.app
```
You should see following now:
