Agent skill · Data & Analytics

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.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8/python-bar-stock-exchange-system-tkinter-streamlit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Prompt
  2. Pricing Logic
  3. GUI Requirements (Tkinter)
  4. Streamlit Requirements
  5. Default Data Configuration
  6. Triggers
More from AutoSkill
All skills →
About this skill
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.

Keep going