These are the lists of projects I did whilst learning to program in Python.
-
Terminal Mini-RPG game (Code Souls Game) - Checkpoint 🕹️
- mini-rpg game with options using if statement, boolean and some packages like time, os and sys.
- I also included some ASCII art to indicate deaths and win screens in the terminal.
-
GIF Image Creator 🖼️
- Using imageio package to create gif images by combining different images together.
-
OpenAI Blog Generator 🗒️
- Used openai, and dotenv packages to safely use api-key to execute simple question task using GPT-3.5.
- You can use your own by obtaining your own API key on their site.
- Created .env file to store my keys safely.
-
Discord Bot 🤖
- discord, requests, json and dotenv packages were imported.
- Custom discord bot was created to deliver response messages and meme images geared to myself and my girlfriend.
- A huge shoutout to Codedex.io for making my programming learning journey so awesome and fun!
- Shoutout to Sonny Li whom I met at Codedex Hackathon 2023. He was supportive, and considerate towards my programming journey. Too bad he is all the way in US... would love to meet him in person over a coffee!