Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-m-smith/apcsp
My AP Computer Science Principles projects I made during the 2022-2023 school year.
https://github.com/ryan-m-smith/apcsp
2022-2023 ap-computer-science-principles apcsp projects
Last synced: 18 days ago
JSON representation
My AP Computer Science Principles projects I made during the 2022-2023 school year.
- Host: GitHub
- URL: https://github.com/ryan-m-smith/apcsp
- Owner: Ryan-M-Smith
- License: gpl-3.0
- Created: 2022-09-16T00:19:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-30T21:24:22.000Z (12 months ago)
- Last Synced: 2024-05-02T03:29:30.849Z (8 months ago)
- Topics: 2022-2023, ap-computer-science-principles, apcsp, projects
- Language: Python
- Homepage:
- Size: 806 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# My AP Computer Science Principles Projects
A collection of the projects I made for my AP Computer Science Principles class during the
2022-2023 school year.Feel free to check out my projects, download them, and test them.
## Project index
| Project | Description |
|------------------------------------------------------------------------------|-----------------------------------------------------------|
| [CaesarCipher](https://github.com/Ryan-M-Smith/APCSP/tree/master/CaesarCipher) | A command-line Caesar Cipher encryptor/decryptor. |
| [CarWashProject](https://github.com/Ryan-M-Smith/APCSP/tree/master/CarWashProject) | A string cleaning utility. |
| [ConversionProject](https://github.com/Ryan-M-Smith/APCSP/tree/master/CaesarCipher) | A decimal to binary converter using Tkinter |
| [DragonAdventureProject](https://github.com/Ryan-M-Smith/APCSP/tree/master/DragonAdventureProject) | A text-based adventure game. |
| [FoogleProject](https://github.com/Ryan-M-Smith/APCSP/tree/master/FoogleProject) | A Google search wrapper using Tkinter. |
| [GradebookCalculator](https://github.com/Ryan-M-Smith/APCSP/tree/master/GradebookCalculator) | Calculate an overall grade from five individual grades. |
| [InterviewProject](https://github.com/Ryan-M-Smith/APCSP/tree/master/InterviewProject) | A command-line interview program that asks you questions. |
| [MenuProject](https://github.com/Ryan-M-Smith/APCSP/tree/master/MenuProject) | A Tkinter food ordering app. |
| [PasswordCracker](https://github.com/Ryan-M-Smith/APCSP/tree/master/PasswordCracker) | A brute-force password cracker for three-letter passwords. |
| [Practice](https://github.com/Ryan-M-Smith/APCSP/tree/master/Practice) | Sample, test, and practice code. |
| [RockPaperScissors](https://github.com/Ryan-M-Smith/APCSP/tree/master/RockPaperScissors) | A Tkinter rock paper scissors game against the computer. |
| [SecretNumberProject](https://github.com/Ryan-M-Smith/APCSP/tree/master/SecretNumberProject) | A number-guesing game. |
| [SmileyBugProject](https://github.com/Ryan-M-Smith/APCSP/tree/master/SmileyBugProject) | Draw stuff using Turtle graphics. |
| [StatTracker](https://github.com/Ryan-M-Smith/APCSP/tree/master/StatTracker) | A video game KDA and win/loss tracker. |
| [TicTacToe](https://github.com/Ryan-M-Smith/APCSP/tree/master/TicTacToe) | A Tkinter tic-tac-toe game. |
| [ToDoListProject](https://github.com/Ryan-M-Smith/APCSP/tree/master/ToDoListProject) | A simple to-do list using Tkinter. |
| [WheelOfForture](https://github.com/Ryan-M-Smith/APCSP/tree/master/WheelOfFortune) | A Wheel of Fortune game using Pygame. |