Go back

Python Projects

Zoom App Scheduler

It’s an app that schedules your classes and automatically enters them for you. Yes, AUTOMATICALLY!!!!!🤯You just have to open the app; Enter the day of the week; put in the zoom class link; enter the time of the class and volla!!! You’re done. Go sleep or cook yourself some breakfast cause this app will automatically join the class at the scheduled time 💥💥

Languages And Frameworks Used:

  • Python
  • Schedule Module
  • WebBrowser Module
  • tKinter Module

File-rearranger

This is basically a small app which goes through all the files in a folder and finds the file type, creates a folder for that type and moves the files to that newly created folder.

Languages And Frameworks Used:

  • Python
  • os Module
  • psutil Module
  • tKinter Module

Password_Generator

This will create a 10 letter alphanumeric password and send it as an email to the user.

Languages And Frameworks Used:

  • Python
  • smtplib Module
  • random Module
  • tKinter Module

findThings

**INCOMPLETE This uses pyautogui to go to urls and logs into an account

Languages And Frameworks Used:

  • Python
  • pyautogui Module
  • tKinter Module

DICE-roller

This is a basic tkinter project that is basically made with the random module to generate a random number between 1 to 6.

Languages And Frameworks Used:

  • Python
  • random Module
  • tKinter Module

Weather-app

This is an app that makes use of weather api from openweathermap and takes name of the city as the input and outputs its temperature,pressure and humidity.

Languages And Frameworks Used:

  • Python
  • requests Module
  • json Module
  • tKinter Module

Word-counter-python

**GUI INCOMPLETE.Enters the file 'text.txt' and counts the number of word in two ways. Regular and optimised

Languages And Frameworks Used:

  • Python
  • tKinter Module