Skip to content

Commit

Permalink
docs: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayureshd-18 committed Oct 28, 2023
1 parent 9d49357 commit de8661d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Task:
[Write a Python program that generates company business card.Your program should accept name,title and email information entered by the user. Then, the designed business card image should contain these three pieces of information.I hope there will be a unified slogan in the lower right corner of the business card: ‘AGI For Lives’ and there here is a company name in the upper right corner: ‘ModelBest’. Finally, the program should save the business card image to a file, allowing the user to specify the file name and format (e.g., PNG, JPG).Make sure to provide a user-friendly interface that guides the user through the process of inputting the data and specifying the file name and format for the business card image. Test your program with various inputs to ensure it generates valid business card and handles different data types gracefully.]
[Write a Python program that generates company business card.Your program should accept name, title and email information entered by the user. Then, the designed business card image should contain these three pieces of information. I hope there will be a unified slogan in the lower right corner of the business card: ‘AGI For Lives’ and there here is a company name in the upper right corner: ‘ModelBest’. Finally, the program should save the business card image to a file, allowing the user to specify the file name and format (e.g., PNG, JPG).Make sure to provide a user-friendly interface that guides the user through the process of inputting the data and specifying the file name and format for the business card image. Test your program with various inputs to ensure it generates valid business card and handles different data types gracefully.]

Config:
ChatEnvConfig.clear_structure: True
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Task:
Desgin a basic RGB color picker and slider with a GUI. Display the equivalent hex color code.
Design a basic RGB color picker and slider with a GUI. Display the equivalent hex color code.

Config:
ChatEnvConfig.clear_structure: True
Expand Down
2 changes: 1 addition & 1 deletion WareHouse/pingpong_THUNLP_20230817193956/meta.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Task:
design a pingpong game: create a two-player interactive game where each player controls a paddle to hit a ball back and forth. the game should have a visually appealing user interface with smooth animations and sound effects. implement different game modes, including single-player against an ai opponent, multiplayer over a network, and a practice mode with adjustable difficulty levels. consider incorporating power-ups, customizable paddle designs, and a scoring system. ensure the game is intuitive to play, responsive to user input, and provides an enjoyable gaming experience.
design a Ping-Pong game: create a two-player interactive game where each player controls a paddle to hit a ball back and forth. the game should have a visually appealing user interface with smooth animations and sound effects. implement different game modes, including single-player against an ai opponent, multiplayer over a network, and a practice mode with adjustable difficulty levels. consider incorporating power-ups, customizable paddle designs, and a scoring system. ensure the game is intuitive to play, responsive to user input, and provides an enjoyable gaming experience.

Config:
ChatEnvConfig.clear_structure: True
Expand Down

0 comments on commit de8661d

Please sign in to comment.