You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is a Python-based tool designed to generate stylish fonts using input images and text. The script processes images, applies transformations, and combines them with text to create visually appealing fonts. It supports various configurations, including custom fonts and rotation options, and outputs the results in organized directories.
This Python-based chat application with a Tkinter GUI lets users interact with a bot that fetches information from Wikipedia, downloads images from Unsplash, and creates videos from these images. The project demonstrates real-time information retrieval and media generation, enhancing the user experience with visual and video content.
This Python script creates a chat application using Tkinter. Users can interact with a bot that fetches info from Wikipedia, displays images from Unsplash, and downloads YouTube videos. It features logging for error handling.
The bulletin board project is a real-time messaging application developed using Python's socket programming, enabling users to post and view messages on a virtual bulletin board. It features a server-client architecture that supports concurrent connections, allowing for seamless communication and message updates among users.