Skip to content

A simple Python GUI app assembling Todo, Wikipedia, News, Weather, Music, Calculator all in one window

Notifications You must be signed in to change notification settings

Suman2023/Student-Utility-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student-Utility-App

To get started after clonning the repository:

1. we need to install all the packages to run the scripts so head over to terminal directed to this current directory and type the following:

i = use virtual environment(Recommended) to install it:

pip install virtualenv

      if i == True:         
          bash:
            virtualenv <venv name>
            source <venv name>/Scripts/activate
            pip install -r requiremts.txt

          cmd:
            virtualenv <venv name>
            <venv name>\Scripts\activate

      else:
        pip install -r requirements.txt

2. Inside the app.py script head over to "Default images and music used && CONSTANTS" section (this is the first section) and read the commented function and do as instructed

3. As there is already an .exe build of the script you can head over to app.spec and find "-- file location below to be changed with your path --" and do as instructed

4 To build the exe file yourself

go to pyinstaller docs and do as instructed (Recommended)

or

inside in venv type: pyinstaller --onefile --noconsole app.py (the simplest way)

>>>>> DONOT FORGET TO UPADTE YOUR .spec FILE AS in MENTIONED IN POINT 3 <<<<<

Here goes some sample images:

Front page without loading the weather and news

image1

Front page after loading the weather and news

image2

The Wikipedia tab with a view of the result of search

image3

The Calculator Tab(I)

image4

The Calculator Tab(II)

image5

Todo Tab showing some task to do

image6

Todo Tab showing some task to do along with the view of editing

image7

Todo Tab showing some task to do with a task edited

image8

The Local Music player tab(work in progress)

image9

Credits

image10

About

A simple Python GUI app assembling Todo, Wikipedia, News, Weather, Music, Calculator all in one window

Resources

Stars

Watchers

Forks

Languages