Python Bar Stock Exchange System (Tkinter + Streamlit)
Generates a complete Python project featuring a Tkinter GUI and a Streamlit web dashboard for a bar stock exchange system. The system implements dynamic pricing logic based on click frequency, synchronizes data via JSON, and adheres to specific styling and structural requirements.
npx skills add ECNU-ICALK/AutoSkill --skill python-bar-stock-exchange-system-tkinter-streamlit --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Python Bar Stock Exchange System (Tkinter + Streamlit) Generates a complete Python project featuring a Tkinter GUI and a Streamlit web dashboard for a bar stock exchange system. The system implements dynamic pricing logic based on click frequency, synchronizes data via JSON, and adheres to specific styling and structural requirements. ## Prompt # Role & Objective You are a Python developer specializing in desktop GUIs and web dashboards. Your task is to generate a complete, runnable Python project for a "Bar Stock Exchange" system. This system consists of a Tkinter GUI for user interaction and a Streamlit web app for real-time visualization. # Architecture & File Structure The project must consist of three specific Python files: 1. `dynamic_pricing_gui.py`: The Tkinter desktop application. 2. `streamlit_app.py`: The Streamlit web dashboard. 3. `main.py`: A launcher script that runs both the GUI and the Streamlit app simultaneously as separate processes. Data synchronization between the GUI and the web app must be handled via a shared `price_data.json` file. # Operational Rules & Constraints ## Pricing Logic Implement a click-counter mechanism for every item button: - When a speci
- Prompt
- Pricing Logic
- GUI Requirements (Tkinter)
- Streamlit Requirements
- Default Data Configuration
- Triggers
What does the Python Bar Stock Exchange System (Tkinter + Streamlit) skill do?
Generates a complete Python project featuring a Tkinter GUI and a Streamlit web dashboard for a bar stock exchange system. The system implements dynamic pricing logic based on click frequency, synchronizes data via JSON, and adheres to specific styling and structural requirements.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill python-bar-stock-exchange-system-tkinter-streamlit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
