Note: Only Python files have been uploaded to GitHub.
main.pytodo_list.pytodo.pickle: File for storing the todo listguess.pydate.pyforum.pyword.py
token.txt: Contain tokensextensions.txt: Record available features
- Directory for files generated during program execution
- discord, pickle, requests, bs4, datetime, csv, re, asyncio, math, random, os, io
- Users can play a number guessing game
- Game description: Enter a four-digit number composed of non-repeating digits from 1-9, the system will output how many A and B
- A: Correct number and position
- B: Correct number but wrong position
- To start:
$load guess - To play:
$guessnumber - To quit: Enter
quit
- A convenient to-do list
- Commands:
- Add:
$add <date> <label> <item>- Add a new item to the list with date (MM/DD), label, and item description
- Complete:
$done <date> <label> <item>- Mark an item as completed
- Show:
$show [label]- Lists all current to-do items, sorted by date. Optional label parameter for specific items
- Clear:
$clear- Clears all items from the to-do list
- Add:
- Query translations and images for words
- Commands:
- Picture output:
$pic <word>- Uses unsplash library for images
- Definition:
$definition <word>- Uses urban dictionary for definitions
- Picture output:
- Commands:
- the top n post of Dcard:
$dcard <n> - the top n board of Dcard:
$dcc <n> - the top n board of ptt:
$ptt <n> - the top n news of Ettoday:
$ettoday <n>
- the top n post of Dcard:
- Commands:
- Days between two dates:
$days <year1> <month1> <day1> <year2> <month2> <day2> - What day is that day:
$day <year> <month> <day> - How many days in that month:
$howmany <year> <month>
- Days between two dates: