{"id":18653433,"url":"https://github.com/fullstackacademy/popsicle-sticks","last_synced_at":"2025-06-27T02:33:13.055Z","repository":{"id":76926475,"uuid":"357751464","full_name":"FullstackAcademy/popsicle-sticks","owner":"FullstackAcademy","description":"A class instructional tool to assist in cold calling students.","archived":false,"fork":false,"pushed_at":"2021-04-14T02:57:41.000Z","size":4776,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-05-17T23:08:57.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FullstackAcademy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-14T02:41:16.000Z","updated_at":"2021-04-14T14:17:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"478efee9-9402-4e38-a25f-3e839a4c47a0","html_url":"https://github.com/FullstackAcademy/popsicle-sticks","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/FullstackAcademy/popsicle-sticks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullstackAcademy%2Fpopsicle-sticks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullstackAcademy%2Fpopsicle-sticks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullstackAcademy%2Fpopsicle-sticks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullstackAcademy%2Fpopsicle-sticks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FullstackAcademy","download_url":"https://codeload.github.com/FullstackAcademy/popsicle-sticks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FullstackAcademy%2Fpopsicle-sticks/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262177824,"owners_count":23270941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T07:11:46.437Z","updated_at":"2025-06-27T02:33:13.033Z","avatar_url":"https://github.com/FullstackAcademy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg width=100px height=100px src=\"./assets/PSLogo.png\" alt=\"Project logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003ePopsicle Sticks\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Status](https://img.shields.io/badge/status-active-success.svg)]()\n[![GitHub Issues](https://img.shields.io/github/issues/fullstackacademy/FullStackAcademy/popsicle-sticks.svg)](https://github.com/FullStackAcademy/popsicle-sticks/issues)\n[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/FullStackAcademy/popsicle-sticks.svg)](https://github.com/FullStackAcademy/popsicle-sticks/pulls)\n\n\u003c/div\u003e\n\n---\n\n\u003cp align=\"center\"\u003e A class instructional tool\n    \u003cbr\u003e\n\u003c/p\u003e\n\n## 📝 Table of Contents\n\n- [About](#about)\n- [Getting Started](#getting_started)\n- [Usage](#usage)\n- [Built Using](#built_using)\n- [Contributing](./CONTRIBUTING.md)\n- [Authors](#authors)\n\n## 🧐 About \u003ca name = \"about\"\u003e\u003c/a\u003e\n\nPopsicle Sticks is a program intended to facilitate cold calling students during class in a way that is fair, random, and trackable. Popsicle Sticks provides an option to run as a GUI or CLI and allows the ingestion of class rosters from a csv file.\n\n## 🏁 Getting Started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\n\nYou can run clone this repository with the `git clone` command and run directly from source, or you can use our `releases` and grab the binary for your operating system.\n\n### Prerequisites\n\n`python 3.7.5` is a prerequisite to running this program from source. If you need help installing Python in your environment, follow the instructions [here](https://docs.Python.org/3/using/windows.html).\n\n```\n$ python --version\nPython 3.8.2\n```\n\n### Installing\n\nTo run from source, you must install the requirements.\n\n```\npython -m pip install -r requirements.txt\n```\n\n\n## 🎈 Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\n### CLI Options\n```console\n$  python popsicle_sticks_cli.py\nusage: popsicle_sticks_cli.py [--help] [create, add, remove, reset, destroy, pull]\n\noptional arguments:\n--help                  show this help message and exit\n\nmodules:\ncreate                  accept student names and create database\nadd [student]           add a single student to the database\nremove [student]        remove a student from the database\nreset [student]         if a single student is provided, reset student's counter, else reset entire database\ndestroy                 destroy the database, removing all students\n```\n\n### GUI Options\n\n![](./assets/PopsicleSticksDemo.gif)\n\n## ⛏️ Built Using \u003ca name = \"built_using\"\u003e\u003c/a\u003e\n\n- [Python](https://www.Python.org/) - Language\n- [Pandas](https://pandas.pydata.org) - CSV Parsing\n- [PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI) - GUI Framework\n\n## ✍️ Authors \u003ca name = \"authors\"\u003e\u003c/a\u003e\n\n- [@DeemOnSecurity](https://github.com/DeemOnSecurity)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstackacademy%2Fpopsicle-sticks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffullstackacademy%2Fpopsicle-sticks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffullstackacademy%2Fpopsicle-sticks/lists"}