0% found this document useful (0 votes)
9 views1 page

Python Projects: GUI & CLI Applications

Uploaded by

sirodaniel48
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

Python Projects: GUI & CLI Applications

Uploaded by

sirodaniel48
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

PYTHON PROJECTS

1. Currency Converter
-Focus: API integration, GUI development, and basic Python concepts.

-Concept: Develop a currency converter where users can select currencies, input values, and
receive converted amounts in real-time using a user- friendly GUI.

2. Password Generator

Focus: Randomization, input validation, and string manipulation.

• Concept: Create a secure password generator that produces strong, randomized passwords of a user-
specified length, ensuring a mix of lowercase, uppercase, numbers, and symbols for enhanced security.

3. Calculator Application
Focus: GUI development, event handling, and mathematical operations.

Concept: Build a fully functional calculator with a graphical user interface using Tkinter. The
application should support basic arithmetic operations, percentage calculations, square roots, and
other advanced features like toggling the sign of numbers
4. To-Do List Application
Focus: CLI application design, file handling, and basic object-oriented programming (OOP).

Concept: Create a command-line interface (CLI) to- do list where users can add, display, and mark
tasks as done. The application should allow for efficient task management, with a user-friendly
interface for interacting with tasks.

You might also like