Skip to content

dvorova-oleksandra/to_does

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📆To does📆

📰Description📰

I realized 3 version of to do. In apps you can add to does, conplete them and see all tasks. In Command line folder app is comand line. In GUI folder app is desktop app with interface. In Web folder app is website

💻What is stack technology💻

Python and modules of this language

Modeles:

  • time(for all versions)
  • os(for all versions)
  • PySimpleGUI(for GUI version)
  • Streamlit(for web version)

⌨️How can you install app?⌨️

  1. Chose a folder and open it in your command line(depend from your OS)
  2. Write command: git clone https://github.com/dvorova-oleksandra/to_does.git (if it isn't work read instruction here)
  3. Run main(without IDE or something else)
  4. Enjoy the app

P.S: for using choose one version(according to the folder name)

🎀How do it look?🎀

🖥Command line🖥

All actions:

image

📱GUI📱

First view:

image

Adding process:

image

Editing process:

image

Completing process:

image

🌐Web🌐

First view:

image

Adding process:

image

Completing process:

image

📄Structure of project📄

In project is 3 folders. In Command line folder app is comand line. In GUI folder app is desktop app with interface. In Web folder app is website.

🖥Command line🖥

Folder:

  • Folder files
    • to_do.txt(storage todoes)
    • .gitignore
  • main.py
  • work_with_files.py

📱GUI📱

Folder:

  • Folder files
    • .gitignore
  • gui.py
  • work_with_files.p

🌐Web🌐

  • Folder files
    • .gitignore
  • main.py
  • work_with_files.py