Skip to content

This project helps users to track and monitor their study sessions. Specifically, it allows users to record the subject they studied on a given day. The records are stored in a JSON file which can be easily accessed and viewed

Notifications You must be signed in to change notification settings

ManuPer3z/Daily-study-bookmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Daily Study Bookmark

Daily Study Bookmark is a simple console-based tool that allows users to track their study sessions. This tool is designed to help individuals stay organized and motivated by visualizing their study efforts.

Features

  1. Subject Management:

    • Add a new subject to study.
    • Add topics under a specific subject.
  2. Study Sessions:

    • Start a study session for a specific subject or topic.
    • End a study session, logging the duration of the study.
  3. Calendar View:

    • View a monthly calendar showcasing days when study sessions took place.

Usage

  1. Adding a Subject: Navigate to the main menu and select the option to add a new subject. Enter the subject name when prompted.

  2. Adding a Topic to a Subject: From the main menu, choose the option to add a topic to a subject. You'll be prompted to enter the subject name and subsequently the topic name.

  3. Starting a Study Session: To start a study session, select the appropriate option from the main menu. You can choose to start a session for a subject or a specific topic.

  4. Ending a Study Session: Similarly, from the main menu, select the option to end a study session for a subject or topic.

  5. Viewing the Calendar: The calendar provides a horizontal view of the month, with marked days indicating when study sessions occurred.

Installation

  1. Clone the repository:

    git clone https://github.com/ManuPer3z/Daily-study-bookmark.git
    
    
    

Usage

Navigate to the repository's directory:

cd Daily-study-bookmark

Run the program

 python main.py

Contributions

Contributions, issues, and feature requests are welcome! Feel free to check the issues page

License

MIT License

Acknowledgements

Thanks to everyone who contributed to this project! Special thanks to those who tested and provided valuable feedback.

About

This project helps users to track and monitor their study sessions. Specifically, it allows users to record the subject they studied on a given day. The records are stored in a JSON file which can be easily accessed and viewed

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages