Skip to content

Commit 7d0ec5e

Browse files
committed
Merge branch 'main' of github.com:codedex-io/projects
2 parents e4d01e4 + d6dff19 commit 7d0ec5e

File tree

1 file changed

+168
-0
lines changed

1 file changed

+168
-0
lines changed

projects/testsecond/testsecond.mdx

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
---
2+
title: 50 Terminal Project Ideas with Python
3+
author: sonnynomnom
4+
uid: f3vq4kwmixfMb7pB3bTtKUHQMTx2
5+
datePublished: 2022-07-01
6+
description: A list of 50 terminal project ideas to implement in your choice of programming language
7+
header: https://raw.githubusercontent.com/codedex-io/projects/main/projects/50-terminal-project-ideas-using-python/header.png
8+
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/50-terminal-project-ideas-using-python/header.png
9+
tags:
10+
- beginner
11+
- python
12+
---
13+
14+
<BannerImage
15+
link="https://raw.githubusercontent.com/codedex-io/projects/main/projects/50-terminal-project-ideas-using-python/header.png"
16+
description="Title Image"
17+
uid={true}
18+
cl="for-sidebar"
19+
/>
20+
21+
# 50 Terminal Project Ideas with Python
22+
23+
<AuthorAvatar
24+
author_name="Sonny Li"
25+
author_avatar="/images/sonny_avatar.png"
26+
username="sonny"
27+
uid={true}
28+
/>
29+
30+
<BannerImage
31+
link="https://raw.githubusercontent.com/codedex-io/projects/main/projects/50-terminal-project-ideas-using-python/header.png"
32+
description="Title Image"
33+
uid={true}
34+
/>
35+
36+
**Prerequisite:** Programming fundamentals
37+
**Versions:** Python 3.10
38+
**Read Time:** 20 minutes
39+
40+
## Introduction
41+
42+
If you have finished the Codédex challenges and are wondering, "What should I build now?" You have come to the right place.
43+
44+
Our team has compiled a list of 50 project ideas, ranging from intermediate to advanced, for you to build for yourself, your friends, or your fam. We hope to get your creative juices flowing and inspire you to jump into a personal project! 🐍
45+
46+
## 50 Ideas
47+
48+
### Level 1
49+
50+
The first batch is the perfect way to get started.
51+
52+
These might require `if`/`else`, random number generator, and loops.
53+
54+
- 🥠 Fortune Cookie
55+
56+
- 🎲 Dice Rolling Simulator
57+
58+
- 🫱 Rock Paper Scissors
59+
60+
- 🫱 Rock Paper Scissors Lizard Spock
61+
62+
- 🤑 Who Wants to Be a Millionaire
63+
64+
- ❓ Quiz Game
65+
66+
- ⚔️ Text-Based Adventure
67+
68+
- 🤖 Chatbot
69+
70+
- 🙈 Truth or Dare
71+
72+
- 🗓 Leap Year
73+
74+
- ♣️ Baby Blackjack
75+
76+
- ♣️ Blackjack
77+
78+
- 📏 Metric Conversion Tool
79+
80+
- 📐 Area Calculator
81+
82+
- 🔢 Guess My Number
83+
84+
- 🔡 Word Counter
85+
86+
- 🆘 Morse Code Translator
87+
88+
- 🏛 Roman Numeral Converter
89+
90+
- 🚇 NYC MetroCard Calculator
91+
92+
- 🔐 Caesar Cipher
93+
94+
### Level 2
95+
96+
Here are projects that users can find or add a database entry.
97+
98+
These might require lists, objects, and file inputs/outputs.
99+
100+
- 🏦 Bank Account
101+
102+
- 🪐 Horoscope
103+
104+
- 📋 To-Do Lists
105+
106+
- 🛒 Grocery
107+
108+
- 💖 Faves List
109+
110+
- 📝 Class Schedule
111+
112+
- 💸 Expense Tracker
113+
114+
- 📚 Library Management System
115+
116+
- ☎️ Contact Book
117+
118+
- 🍲 Recipe Book
119+
120+
- 🔎 Pokédex
121+
122+
### Level 3
123+
124+
Lastly, we have a section of mini-games and super advanced terminal projects. It will require a lot of Googling to complete these.
125+
126+
Beware, only the brave should venture forth:
127+
128+
- 🪦 Hangman
129+
130+
- ❌ Tic-Tac-Toe
131+
132+
- 🚢 Battleship
133+
134+
- 🔴 Connect Four
135+
136+
- 🐍 Snake
137+
138+
- 🏓 Pong
139+
140+
- 💨 Tron
141+
142+
- 💥 Breakout
143+
144+
- 👾 Space Invaders
145+
146+
- 🧠 2048
147+
148+
- 🟩 Wordle
149+
150+
- ⏰ GUI Alarm Clock
151+
152+
- ➗ GUI Calculator
153+
154+
- 🧱 Tetris
155+
156+
- ◼️ Cards Against Humanity
157+
158+
- 🦖 T-Rex Run!
159+
160+
- 💣 Minesweeper
161+
162+
- 🎨 Paint
163+
164+
And that's all for now! Hopefully, you have found a couple of ideas that you want to attempt.
165+
166+
Let us know what you build by tagging [@codedex_io](https://www.twitter.com/codedex_io) on Twitter!
167+
168+
Happy coding!

0 commit comments

Comments
 (0)